Skip to content

Instantly share code, notes, and snippets.

@samueleastdev
Last active December 2, 2016 22:42
Show Gist options
  • Save samueleastdev/77ba62bd5e1fe7b11a01cc192373132e to your computer and use it in GitHub Desktop.
Save samueleastdev/77ba62bd5e1fe7b11a01cc192373132e to your computer and use it in GitHub Desktop.
Install Appcelerator Android SDK and NDK
Download and install android SDK
https://developer.android.com/studio/index.html
Install the NDK
From an open project, select Tools > Android > SDK Manager from the main menu.
Click the SDK Tools tab.
Check the boxes next to LLDB, CMake, and NDK, as shown in figure 1.
# run appc setup and appc info
Go back to the sdk manager in android studio and click launch standalone sdk manager select the correct version of the build tools insatll 23.0.3
# set the correct version
appc ti config android.buildTools.selectedVersion 23.0.3 // this one works
# list the version
appc config list android.buildTools.selectedVersion
# if using genymotion leave the adb to default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment