Getting an Android emulator ready for work is quick and simple. This skill helps you start an emulator and connect to it using adb and the argent MCP tools. You can boot a virtual device, find its serial number, and get it ready for UI tasks.
If no emulator is running, the skill can boot one for you. It tries a fast hot boot first. If that fails, it does a full cold boot. The process handles errors cleanly so you always start fresh.
Once the emulator is up, you can use it for testing apps or automating interactions. The skill also sets up Metro for React Native apps. It works with any Android device, including physical ones.
Global
mkdir -p ~/.claude/skills/argent-android-emulator-setupProject
mkdir -p .claude/skills/argent-android-emulator-setupSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability