Skip to content

Getting Started with Android Emulator

Gil Megidish edited this page Apr 6, 2025 · 1 revision

Getting Started with Android Emulator

We support Android emulators running with this MCP. This means that you can control an emulated Android device, by prompting the agent to do actions on your behalf, like launching the YouTube app.

Prerequisites

You may use the MCP server on either Linux or MacOS. The only requirements are:

  • Android Platform Tools (download)
    • Make sure $ANDROID_HOME is set properly (alt, see providing path)
  • A booted Emulator (tutorial)

Troubleshooting

  • Make sure $ANDROID_HOME/platform-tools/adb devices shows at least one device.
Clone this wiki locally