What problem does it solve?
Driving an Android emulator or physical device for testing and automation normally requires memorizing adb commands and emulator flags. This Skill lets you control an adb-connected Android emulator or device directly from inside Orca using the orca CLI, with a version-matched guide served by the binary itself.
Core Features & Use Cases
- Device & AVD Management: List and boot Android Virtual Devices, and confirm Orca app status before running commands.
- UI Interaction: Perform taps, swipes, text typing, hardware buttons (including Back and Recents), and screen rotation.
- App Lifecycle & Debugging: Install and launch apps, grant runtime permissions, inspect the accessibility tree, and read logcat output.
- Use Case: While testing an Android build, ask the agent to boot an AVD, install your APK, tap through a login flow, and pull logcat output to diagnose a crash — all without leaving Orca.
Quick Start
Ask the agent to boot an Android emulator in Orca, install your app, and tap through the main screen while capturing logcat output.