Automates the full Android build-deploy cycle: detect project type (Flutter/Gradle/Xposed), set correct JAVA_HOME/ANDROID_HOME, build debug APK, install via adb, force-stop target processes, and optionally launch the app. Use when the user says "build and install", "rebuild", "deploy to device", or after code changes that need device testing.
2026-06-30