Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Last active November 2, 2017 23:04
Show Gist options
  • Save DorkNstein/985717348a7af74c62a78d5059689575 to your computer and use it in GitHub Desktop.
Save DorkNstein/985717348a7af74c62a78d5059689575 to your computer and use it in GitHub Desktop.
Android SDK Tools 25.3.1 Google dropped support for the android binary, so cordova-android has now adopted support for the avdmanager and sdkmanager binaries. We have also taken the opportunity to rewrite how we use gradle on the user's system. cordova-android now requires Android Studio or Gradle to be installed on the user's system. Follow the…
cordova platform update [email protected]
#https://cordova.apache.org/announcements/2017/04/05/android-release.html
## For Android SDK tools 26.0.2
## if ionic throws 'Could not find gradle wrapper within Android SDK. Might need to update your Android SDK' error
cordova platform update [email protected]
# new
cordova platform update [email protected]
# If next error is 'Error: spawn EACCES'
sudo chmod -R 777 /Applications/Android\ Studio.app/Contents/gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment