build-android-app

Build, install, and launch an Android app on a detected emulator.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill build-android-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-android-app
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/build-android-app
Command: npx skills add https://github.com/luigiinred/dotfiles --skill build-android-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building, installing, and launching an Android application on an emulator, streamlining the verification of code changes.

Core Features & Use Cases

  • Automated Build & Deployment: Compiles Android applications using Gradle, installs the APK onto a running emulator, and launches the app.
  • Intelligent Configuration: Auto-detects Gradle wrapper, build variants, application IDs, and suitable emulators.
  • Use Case: After making changes to your Android app's UI, you can trigger this Skill to automatically build the latest version, deploy it to a Pixel emulator, and launch it, allowing you to quickly see the impact of your changes.

Quick Start

Build and run the current Android application on the emulator.

Frequently Asked Questions about build-android-app

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

FAQPage Schema
How do I build and launch an Android app on an emulator after code changes?

To build and launch an Android app, this Skill auto-detects the Gradle wrapper, compiles the code, installs the APK, and launches the application on a detected emulator.

Does the Android deployment process auto-detect the build variant and application ID?

Yes, the Android deployment process features intelligent configuration that auto-detects the build variant, application ID, and suitable emulator to streamline installation.

What Android SDK tools are needed to automate app installation and launching?

Automating app installation and launching requires Android SDK tools like gradlew for building, adb for installing, aapt for packaging, and avdmanager for emulator detection.

Can I compile and deploy my Android application using Gradle without manual configuration?

You can compile and deploy your Android application without manual configuration because the Skill intelligently auto-detects the Gradle wrapper, build variants, and target emulator.

Why use an emulator for Android app deployment instead of manual testing?

Using an emulator for Android app deployment automates the verification of code changes, allowing you to quickly build the latest version, deploy the APK, and immediately launch the application.