Install latest Android Studio or android-sdk
For Mac: brew install android-sdk
It also sets your ANDROID_HOME correctly
Current target level is android-21
It's better to install latest version of jxcore (currently it is 3.1.2b)
For Mac it can be dowloaded from here
If you have already installed android-sdk the correct ANDROID_HOME sets automaticaly
Otherwise set ANDROID_HOME to /<installation location>/android-sdk (or something similar that contains folders such platforms,samples,tools, etc ) and PATH to ${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
E.g. on my machine it is
export ANDROID_HOME=/<installation location>/Android/sdk
doesn't existRequired packages on Ubuntu:
The text was updated successfully, but these errors were encountered: