Using Claude Code, Cursor, or another coding agent? Paste this into your prompt to run cross-browser and real-device tests, debug sessions, and wire up CI on the TestMu AI cloud:
The exact Android API levels and device profiles in the supported matrix are pinned by the product team. The values shown below, API 35 and Pixel, are current, working examples. Confirm the officially supported set before you rely on a specific one.
1. Install Android Studio
Kane CLI does not ship an Android SDK, emulator, or system image. Install Android Studio, which bundles the Android SDK, the emulator, the system image manager, and the Device Manager. Download it from the Android developer site and run the first-launch setup wizard, which installs the SDK andplatform-tools.
If you prefer a headless setup, install the command line SDK tools and use sdkmanager and avdmanager directly.
2. Install an arm64 System Image
Install a system image with thearm64-v8a ABI. In the Android Studio SDK Manager, tick an API level image whose ABI is arm64-v8a. From the command line:
3. Create a Virtual Device
Kane CLI runs against an existing AVD. It does not create one for you. Create an Android Virtual Device from that image. In Android Studio, use Device Manager → Create Device and pick the arm64 image. From the command line:4. Point Kane CLI at a Non-Default SDK Location
This step is only needed if your SDK is not in the default location. Kane CLI uses its own managedadb, so you do not need platform-tools or adb on your PATH. It only needs to find the emulator binary and your AVDs, which it looks for in the default SDK location ~/Library/Android/sdk. If your SDK lives somewhere else, point Kane CLI at it:
5. Install the Kane CLI Test Tooling
Sign in and let Kane CLI install the tooling it manages for the emulator:adb yourself. Kane CLI discovers the AVD, boots it, installs your app, and runs the test.
Ready Check
Confirm Kane CLI sees a ready Android toolchain and, optionally, the AVDs on your machine:Run a Test
.apk build or an uploaded app id, APP followed by six or more digits.