Troubleshooting
adb not found
- install Android platform-tools
- set
ANDROID_SDK_ROOT - verify
adbinPATH
Android emulator binary not found
- install Android Emulator via SDK manager
- configure
emulator.androidSdkRootorANDROID_SDK_ROOT
No AVD found
- run
node dist/cli.js emulator list-avds - create an AVD if list is empty
- set
emulator.avdNameto a valid entry
Missing API key for model
- set
models.<profile>.apiKeyor matching env var (apiKeyEnv) - verify current
defaultModelprofile
Task keeps failing with invalid model output
- inspect session file for raw thought/action progression
- verify model supports requested endpoint and multimodal input
- switch model profile and retry
Telegram bot does not respond
- validate token (
telegram.botTokenor env) - check allowed chat IDs (
telegram.allowedChatIds) - ensure gateway process is running
Scripts blocked unexpectedly
- inspect
result.jsonandstderr.login run directory - confirm command is in
scriptExecutor.allowedCommands - check deny patterns (for example
sudo,shutdown,rm -rf /)