在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:5
forks:1
updated:2026年5月4日 12:16
SKILL.md
| name | build-android |
| description | Build Android Kotlin bindings, moq library and final library AAR file |
Run the following steps sequentially:
mise run android:ffi
This compiles Rust via cargo ndk for arm64-v8a, runs uniffi-bindgen to generate Kotlin bindings, and copies the .so into android/moqkit/moqkit/src/main/jniLibs/.
mise run android:build
android/moqkit/moqkit/src/main/jniLibs/arm64-v8a/moq_ffi.so existsandroid/moqkit/moqkit/src/main/java/uniffi/moq/android/moqkit/moqkit/build/outputs/aar/mise run android:build
Runs both steps above.
Build iOS Swift package
Build and run the Android subscriber demo on a connected device
Build and run the iOS MoQ Demo on a connected device
Analyzes the staged/unstaged git files and commits them
Build Rust moq-ffi for iOS/Android targets