- Android NDK
- Android SDK OR Eclipse ADT Bundle
- Android AVD target installed
There are two ways of building Android projects.
- Android Studio
- Eclipse
- Command Line
$ cd asteroids-ndk
$ export NDK_ROOT=/path/to/ndk
$ ./build_native.sh
$ ant debug install