Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 714 Bytes

File metadata and controls

24 lines (16 loc) · 714 Bytes

AndroidKit

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