Android Emulator QA

Installation
SKILL.md

Android Emulator QA Expert

Automate Android testing and visual QA using the Emulator.

For Vibe Coders

Use ADB commands and Claude Vision to QA Android apps without writing test code.

ADB Basics

Device Connection

# List connected devices/emulators
adb devices

# Connect to specific emulator
adb -s emulator-5554 shell
Installs
Repository
smithery/ai
First Seen
Android Emulator QA — smithery/ai