Skainet Android Integration

Use when integrating SKaiNET into an Android app — loading model files from `assets/`, picking the CPU backend ABI (ARM, ARM64, NDK vendor-native), wiring inference to `viewModelScope` / `lifecycleScope`, handling memory pressure, and managing the JVM/Native bridge. Trigger tokens include `AssetManager`, `Context.assets.open(`, `androidNativeArm64`, `viewModelScope`, `lifecycleScope`, `OnTrimMemory`, `Application` in a SKaiNET-using app. Do NOT fire when the user is editing the SKaiNET repo's own Android source sets (the contributor `kmp` skill covers that).

SKaiNET-developers 761589f 4 files · 20.0 KB Updated

File contents

SKaiNET-developers/SKaiNET-coding-skills/tree/main/skainet-consumer-skills/skills/skainet-android-integration commit 761589fc1e

Frequently asked questions

npx skillmds@latest add skainet-developers/skainet-android-integration