Closed
Description
Hi,
Tried this today on two different machines running macOS Sierra 10.12.3 :
- Fresh install of Meteor
- Fresh install of Android Studio 2.3 + all possible SDK platforms
- Create a Meteor project, cd to its directory
- Run
meteor add-platform android
Always got the same errors :
✗ Android target: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
✗ Gradle: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Here's what I tried :
- Checked
$ANDROID_HOME
and$PATH
after setting them like said in the Meteor Guide : both are OK; - Downgraded Android Studio to its previous version (2.2.3) that had been working up to yesterday : same result, even after removing all Android Studio support and pref files;
- Ran several times
meteor remove-platform android
andmeteor add-platform android
: same errors; - Removed all SDK platforms from Android Studio, reinstalled just Android 5.1, then tried the same with Android 7.1.1 : ditto.
I'd like to know if others are experiencing the same issue, and if they found a solution or workaround.
Thanks in advance !