在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
run-android
// Build the debug APK, install it on a connected device/emulator via ADB, and launch the app.
$ git log --oneline --stat
stars:227
forks:25
updated:2026年3月28日 08:23
SKILL.md
// Build the debug APK, install it on a connected device/emulator via ADB, and launch the app.
Migrate an Android screen from MVP (Fragment/Presenter/ViewBinder) to Compose + ViewModel with UDF. Triggers on "migrate screen", "migrate X to compose", "rewrite X screen", "convert X to compose".
Deploy the Android app to the Play Store via GitHub Actions. Runs pre-flight checks, creates a version tag, and pushes to trigger the deploy pipeline.
| name | run-android |
| description | Build the debug APK, install it on a connected device/emulator via ADB, and launch the app. |
| user_invocable | true |
Build, install, and launch the debug app on a connected device.
./gradlew :android:app:assembleDebug && ./gradlew :android:app:installDebug && adb shell monkey -p com.simplecityapps.shuttle.dev -c android.intent.category.LAUNCHER 1
If no device is connected, check with adb devices and report the issue.