android-device-debug

Debug RIPDPI on Android devices and emulators using adb and Gradle.

58|4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/po4yka/RIPDPI --skill android-device-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-device-debug
Source: https://github.com/po4yka/RIPDPI/tree/main/.github/skills/android-device-debug
Command: npx skills add https://github.com/po4yka/RIPDPI --skill android-device-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android Device Debug provides ADB-based debugging workflows for RIPDPI on physical devices and emulators, enabling efficient log capture, instrumented tests, crash analysis, and network issue investigation without third-party tools.

Core Features & Use Cases

  • ADB-based device discovery and connection to physical devices and emulators
  • Build, install, and launch the RIPDPI app on target devices
  • Collect logs, crash dumps, and perform instrumented tests with guided workflows
  • Centralized troubleshooting for network-related issues observed in tests

Quick Start

Connect a device or start an emulator and attach the RIPDPI debug workflow to collect logs, run instrumented tests, and investigate crashes.

Frequently Asked Questions about android-device-debug

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

FAQPage Schema
How do I capture logs and run instrumented tests on an Android emulator using adb?

Debug Android network issues and crashes by connecting a physical device or emulator via adb, then leveraging existing repository scripts to collect logs and run instrumented tests without requiring root access.

Can I debug Android app crashes and network issues without root access?

Run Android instrumented tests on physical devices by connecting via adb, building and installing the app with Gradle, and executing the repository's existing automation scripts to capture diagnostic logs.

How do I run Android instrumented tests on physical devices with Gradle?

Yes, centralized adb debugging workflows support both physical devices and emulators, allowing you to discover, connect, and collect crash dumps or network diagnostics across different Android environments.

Does standard adb tooling work for diagnosing network issues in Android tests?

Capture Android logs and run instrumented tests by connecting to a physical device or emulator via adb, then using the project's Gradle scripts to build, install, and launch diagnostics workflows without third-party tools.