Eric Burel
Eric Burel

Reputation: 4944

Meteor 1.3.3 on Mac running android: Android target: Android SDK not found

For a client of mine, I try to run the meteor run android command on a mac and I got the following message:

✓ Java JDK ✓ Android SDK ✗ 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.

The situation so far:

Verbose is not that verbose, in which situation Android SDK is okay and Android target is not ?

This is very hard to debug and I am desperate to find a solution, this issue seems unresolved in other related threads. Thanks for your help!

Upvotes: 2

Views: 609

Answers (1)

Eric Burel
Eric Burel

Reputation: 4944

This is actually a bug due to the new version of the Android SDK Tools (> 25.3). The solution is to go back to 25.2.x, the Meteor guide mobile page has been updated a few hours ago.

See the related Github issue

Links to download 25.2.5 version:

https://dl.google.com/android/repository/tools_r25.2.5-linux.zip https://dl.google.com/android/repository/tools_r25.2.5-macosx.zip

Upvotes: 2

Related Questions