Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 652 Bytes

File metadata and controls

23 lines (15 loc) · 652 Bytes

Android

Swift bindings to Android SDK (via Java Native Interface)

Compile

Tested against @finagolfin Swift Android SDK v6.0.3

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