arm64-v8a native libraries in the APK (lib/arm64-v8a/*.so) — only AArch64 ELF binaries load right now. ARM32-only (armeabi-v7a) APKs get caught during scanning and blocked with an explanation instead of just failing partway through..apk — split packages and .xapk bundles aren't handled yet.SimpleAudioEngine/UserDefault/activity-callback pattern is the one actually tested so far. Other patterns might work too; they just haven't been tried.libunity.so/IL2CPP is a different native runtime and JNI surface entirely; nothing here targets it.