Skip to content

Android target setup guide

Kasoki edited this page Aug 12, 2012 · 1 revision

If you have installed Java SE 1.6+ or Java JDK 6+ open a terminal window and enter:

nme setup android

The setup tool will ask you if you want to install the Android SDK and after that the Android NDK, install both. After you have installed the Android SDK and NDK run the tool "android" (or "android.exe" on Windows) which you'll find in "Android-SDK-path/tools". Now you select "Android 2.2 (API 8)" and install it. (The API level 8 is required by NME to stuff to Android).

Done, you should now able to compile Android applications.

Clone this wiki locally