AndroidKit

July 9, 2025 ยท View on GitHub

Swift bindings to Android SDK (via Java Native Interface) and NDK.

Compile

Tested against Skip Tools

There is an included example Android application under /Demo.

cd Demo
./setup.sh
./build-swift.sh

Then you can compile the app from the Android IDE.

See Also