
Argent Android Emulator Setup
- 9.9k installs
- 1.9k repo stars
- Updated August 4, 2026
- software-mansion/argent
argent-android-emulator-setup is an agent skill for Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before an
About
Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task. --- name: argent-android-emulator-setup description: Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task. Prerequisites - **Android SDK Platform Tools** on PATH - provides `adb`. - **Android Emulator** on PATH - needed to boot AVDs. If you will only use an already-running emulator or a physical device, adb alone is sufficient. - An AVD created via Android Studio or `avdmanager create avd`. Verify with `adb version` and `emulator -list-avds`. **Find a ready device** - call `list-devices`. Filter for entries with `platform: "android"`. Ready devices (`state: "device"`) come first. `emulator-5554`) unless the user specified one.
- **Android SDK Platform Tools** on PATH - provides `adb`.
- **Android Emulator** on PATH - needed to boot AVDs. If you will only use an already-running emulator or a physical dev
- An AVD created via Android Studio or `avdmanager create avd`.
- Serials are the adb device id. iOS UDIDs and Android serials are not interchangeable, but you do NOT need to tell the to
- `describe` on Android returns a shallower tree than iOS (no accessibility-service equivalent), but covers most tap-targe
Argent Android Emulator Setup by the numbers
- 9,931 all-time installs (skills.sh)
- +1,081 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #54 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
argent-android-emulator-setup capabilities & compatibility
- Capabilities
- **android sdk platform tools** on path — provide · **android emulator** on path — needed to boot av · an avd created via android studio or `avdmanager · serials are the adb device id. ios udids and and · `describe` on android returns a shallower tree t
- Use cases
- documentation
What argent-android-emulator-setup says it does
--- name: argent-android-emulator-setup description: Set up and connect to an Android emulator using argent MCP tools.
Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.
Prerequisites - **Android SDK Platform Tools** on PATH — provides `adb`.
npx skills add https://github.com/software-mansion/argent --skill argent-android-emulator-setupAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 9.9k |
|---|---|
| repo stars | ★ 1.9k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | software-mansion/argent ↗ |
When should developers use argent-android-emulator-setup and what problem does it solve?
Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.
Who is it for?
Developers working with argent-android-emulator-setup patterns described in the skill documentation.
Skip if: Skip when cached docs are empty or the task is outside the skill's documented scope.
When should I use this skill?
Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.
What you get
Grounded guidance and workflows from SKILL.md for argent-android-emulator-setup.
- Running Android emulator
- Device serial from list-devices
- Verified adb connection
Files
1. Prerequisites
- Android SDK Platform Tools on PATH — provides
adb. - Android Emulator on PATH — needed to boot AVDs. If you will only use an already-running emulator or a physical device, adb alone is sufficient.
- An AVD created via Android Studio or
avdmanager create avd.
Verify with adb version and emulator -list-avds.
2. Setup
1. Find a ready device — call list-devices. Filter for entries with platform: "android". Ready devices (state: "device") come first. Pick the first serial (e.g. emulator-5554) unless the user specified one. 2. Boot if needed — if nothing Android is ready, call boot-device with avdName: <name> from the same call's avds list. The tool transparently picks hot vs cold boot: it probes the AVD's default_boot snapshot, restores it under a tight deadline when usable, and falls back to a full cold boot otherwise. Hot path is typically ~30s; cold path takes 2–10 min. On any stage failure the tool kills the emulator process it started so your next call starts from a clean state. 3. Metro (for React Native) — once a device is up, run adb -s <serial> reverse tcp:8081 tcp:8081 so the device can reach Metro on your host. Repeat if the device restarts. See the argent-metro-debugger skill.
3. Using the device
Pass the Android serial as udid to the unified interaction tools — gesture-tap, gesture-swipe, describe, screenshot, launch-app, keyboard, etc. Dispatch is automatic based on the id shape. See argent-device-interact for platform-neutral interaction tooling and the Android-specific gotchas section at the bottom of that skill.
4. Notes
- Serials are the adb device id. iOS UDIDs and Android serials are not interchangeable, but you do NOT need to tell the tools which platform — dispatch is automatic.
describeon Android returns a shallower tree than iOS (no accessibility-service equivalent), but covers most tap-target discovery.reinstall-appon Android always installs with-gso first-launch runtime permissions are pre-granted.- To stop the emulator, run
adb -s <serial> emu killfrom a shell (clean shutdown). Neverpkill -9/kill -9qemu — a hard kill leaves the userdata image dirty, after which cold boots can hang for many minutes doing recovery (runaway writes,boot_completednever flips). If an image gets into that state, boot once with-wipe-datato reset it.
Related skills
How it compares
Pick argent-android-emulator-setup over generic adb docs when the workflow uses Argent MCP list-devices as the gate before agent-driven mobile UI steps.
FAQ
What does argent-android-emulator-setup do?
Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.
When should I invoke argent-android-emulator-setup?
Set up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.
Where is the source documentation?
Ground claims in SKILL.md excerpts and linked reference files from the cached docs.
Is Argent Android Emulator Setup safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.