run

Automate building, installing, and debugging Android apps with debug logs.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill run-oscardlfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/oscardlfr/AndroidCommonDoc/tree/main/skills/run
Command: npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill run-oscardlfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of building, installing, and running Android apps with debug logging, saving developers time and reducing the complexity of app deployment.

Core Features & Use Cases

  • Build & Install: Automates the build and installation of Android apps on devices or desktops.
  • Debug Logging: Provides detailed debug logs for app troubleshooting and analysis.
  • Cross-Platform Compatibility: Works on both Android-only and KMP projects.
  • Use Case: Use this Skill to build and run your app on a device or desktop, ensuring smooth app functionality and easy debugging.

Quick Start

Run the 'run' skill to build and install your app with debug logging.

Frequently Asked Questions about run

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

FAQPage Schema
How do I build and install an Android app with debug logging?

To build and install an Android app with debug logging, you can use an automation script that compiles the project, deploys it to a connected device or desktop environment, and outputs detailed logs for troubleshooting.

Does this Android build automation tool work with Kotlin Multiplatform projects?

Yes, this Android build automation tool supports Kotlin Multiplatform projects, offering cross-platform compatibility so you can build, install, and run KMP applications alongside standard Android-only apps.

What do I need to run and debug an Android app on my machine?

To run and debug an Android app, you need access to a connected device or an active desktop environment for execution, allowing the automation script to install the application and capture debug logs.

Can I automate app deployment and troubleshooting for Android apps?

You can automate app deployment and troubleshooting for Android apps by using build scripts that handle installation and provide detailed debug logs, reducing manual complexity and saving development time.

Why are my Android app debug logs not showing during installation?

Android app debug logs require an active device or desktop environment to display during installation; ensure your execution target is properly connected so the build automation script can capture and output the troubleshooting logs.