Android Emulator Apk banner
sanikantv sanikantv

Android Emulator Apk

Design community

Description

Android emulator skill for the Cursor agent, Claude Code, and Codex. Boot an AVD, assembleDebug, adb-install the APK, launch the app, and screenshot the UI.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Android Emulator for Cursor Agent

**android-emulator-apk** is an [agent skill](https://skills.sh) that lets the **Cursor agent**, **Claude Code**, and **Codex** run the **Android emulator**, build a debug APK, `adb install` it, launch the app, and **screenshot the UI**.

The agent checks the emulator itself. It does not ask you to look at the screen.

[![Android Emulator for Cursor Agent — boot AVD, install APK, screenshot UI](assets/banner.svg)](https://github.com/sanikantv/android-emulator-apk)

[![GitHub stars](https://img.shields.io/github/stars/sanikantv/android-emulator-apk?style=social)](https://github.com/sanikantv/android-emulator-apk) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![skills.sh](https://img.shields.io/badge/skills.sh-install-black)](https://skills.sh) [![Cursor](https://img.shields.io/badge/Cursor-agent%20skill-000)](https://cursor.com) [![Claude Code](https://img.shields.io/badge/Claude%20Code-skill-d97706)](https://code.claude.com) [![Codex](https://img.shields.io/badge/Codex-skill-412991)](https://developers.openai.com/codex)

**If this skill is useful, [star the repo](https://github.com/sanikantv/android-emulator-apk)** — stars help other people (and search) find an Android emulator skill for Cursor.

Works with [Cursor](https://cursor.com), [Claude Code](https://code.claude.com), [Codex](https://developers.openai.com/codex), and [40+ other agents](https://skills.sh/docs/cli).

Step-by-step Cursor walkthrough: [Android emulator for the Cursor agent](docs/cursor-android-emulator.md).

Why this exists

Cursor, Claude Code, and Codex can edit Android code, but they will not boot an AVD, wait for `adb`, or look at the device unless you teach them how. This `SKILL.md` is that playbook:

You say The agent does
run apk / run on emulator Boot or reuse the Android emulator
install the apk ./gradlew assembleDebug then adb install -r -t
launch the app Force-stop +