isleofcode / corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
http://corber.io
MIT License
333 stars 100 forks source link

Android Setup Variable `ANDROID_HOME ` Needed #666

Closed joel closed 3 years ago

joel commented 3 years ago

The Android Setup Page http://corber.io/pages/android-setup mention to set up the variable ANDROID_SDK_ROOT

Ensure your ANDROID_SDK_ROOT env variable is configured -> Mac/Linux
#~/.bash_profile
export ANDROID_SDK_ROOT=/Users/foo/Library/Android/sdk

But it turns out that Gradle use ANDROID_HOME

Screen Shot 2020-06-09 at 5 21 08 PM

Otherwise you get

No installed build tools found. Install the Android build tools version " + minBuildToolsVersion + " or higher.

Likely

No installed build tools found. Install the Android build tools version 19.1.0 or higher.
alexblom commented 3 years ago

Thank you - this looks like an upstream update. I have amended the docs!