Skip to content

Instantly share code, notes, and snippets.

@pbakondy
Created November 18, 2015 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbakondy/4572f39c64b986a3ff6e to your computer and use it in GitHub Desktop.
Save pbakondy/4572f39c64b986a3ff6e to your computer and use it in GitHub Desktop.
Install Cordova Android dependencies on OSX
# ionic build Android | error: No installed build tools found. Please install the Android build tools
# http://stackoverflow.com/questions/31190355/ionic-build-android-error-no-installed-build-tools-found-please-install-the
# http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html
#
# Install SDK Packages
# - Android 5.1.1 (API 22) platform SDK
# - Android SDK Build-tools version 19.1.0 or higher
# - Android Support Repository (Extras)
brew update && brew upgrade
brew install android
# android list sdk --all
android update sdk -u -a -t 7,27,143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment