ad-patch-status

Query Android Debugger connection and agent info to report HotSwap state.

3|Updated May 10, 2026
One-click install
npx skills add https://github.com/Acendas/android-debugger --skill ad-patch-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ad-patch-status
Source: https://github.com/Acendas/android-debugger/tree/main/skills/ad-patch-status
Command: npx skills add https://github.com/Acendas/android-debugger --skill ad-patch-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The user needs a quick readout of the current HotSwap state for the active Android Debugger session to avoid guessing and to iterate features safely.

Core Features & Use Cases

  • Query connection status via mcp__android-debugger__connection_status to confirm a live, attached session.
  • Query agent info via mcp__android-debugger__agent_info to learn hot_swap_supported, force_re_enter_supported, minify_detected, and device_api_level.
  • Render a compact, human-friendly summary of HotSwap capability and current state; provide remediation guidance when HotSwap is not available.

Quick Start

Attach to the session, fetch connection and agent info, and display a concise HotSwap status summary.

Frequently Asked Questions about ad-patch-status

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

FAQPage Schema
How do I check HotSwap status for an active Android Debugger session?

HotSwap status is identified by querying connection and agent info from the active Android Debugger session, rendering a summary of HotSwap support, minification detection, and device API level.

What does HotSwap support require on my Android debugging device?

HotSwap support requires an active Android Debugger session where agent info reports hot_swap_supported as true, force_re_enter_supported status, and a compatible device API level, without minification detected.

Why does HotSwap not work when minification is detected?

HotSwap may be unavailable when minification is detected because minified code prevents safe runtime code replacement. The status summary provides remediation guidance to disable minification for iterative debugging.

Can I get HotSwap capability and connection status in a single readout?

Yes, the Skill fetches connection status and agent info together to display a concise HotSwap status summary, confirming a live attached session and rendering capability details in one human-friendly readout.

What does force_re_enter_supported mean in Android HotSwap agent info?

Force_re_enter_supported is an agent info flag indicating whether the active Android Debugger session can force a re-enter process during HotSwap, affecting how iterative debugging changes are applied.

How do I fix HotSwap not available during an Android debugging session?

Fix HotSwap unavailability by checking the status summary for connection issues, verifying hot_swap_supported is true, and following remediation guidance if minification is detected or the device API level is incompatible.