android-native

Build and deploy Android APKs to emulators and devices using Gradle and adb.

11|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/BuilderIO/builder-agent-skills --skill android-native
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-native
Source: https://github.com/BuilderIO/builder-agent-skills/tree/main/android-native
Command: npx skills add https://github.com/BuilderIO/builder-agent-skills --skill android-native

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers build, install, and launch Android applications without manually managing Gradle builds, emulator targets, or device deployment steps.

Core Features & Use Cases

  • Android App Building: Guides the process of creating debug APK builds with Gradle.
  • Device Deployment: Runs Android apps on emulators or connected physical devices using native-run or adb workflows.
  • Use Case: Developers can quickly test an Android project by building the APK and deploying it to a selected emulator or device.

Quick Start

Ask the android-native skill to build the Android app and run it on an available emulator or connected device.

Frequently Asked Questions about android-native

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an Android APK and deploy it to an emulator?

To build an Android APK and deploy it to an emulator, you need to generate a debug build using Gradle and then use native-run or adb workflows to install and launch the application on the target emulator.

What is the best way to run an Android app on a connected physical device?

Running an Android app on a connected physical device requires building the APK with Gradle and utilizing adb device management or native-run deployment workflows to install and execute the app directly on the hardware.

Do I need Gradle to generate an APK for Android testing?

Yes, Gradle is required to generate an APK for Android testing, as it handles the build commands necessary to compile the project and create the application package ready for emulator or device installation.

Can I use adb to manage Android device installation for native apps?

Yes, you can use adb to manage Android device installation for native apps by handling device connectivity and executing deployment workflows to install the built APK onto connected physical devices or running emulators.

Why does native-run fail to deploy my Android app to the emulator?

native-run may fail to deploy an Android app to the emulator if the Gradle build did not produce a valid APK or if adb device management does not recognize the target emulator instance as an available deployment target.

Does this Android build workflow support both emulator testing and physical device deployment?

Yes, this Android build workflow supports both emulator testing and physical device deployment by applying Gradle build commands alongside native-run and adb workflows to install and launch the generated APK.