[Solved] Meteor 2.5: No android build tools found

Hey there!

Since I updated from 2.3.5 to 2.5 and I want to build a cordova android app, I get the following error:

No installed build tools found. Install the Android build tools version 30.0.3 or higher.

I already had installed Android build tools in Android Studio. Do you have a clue?

1 Like

Hello! You need to install the newest build tools. You can do it on Android Studios. Any version higher than 30.0.3 will work. Also, make sure your ANDROID_HOME and all env vars are set correctly.

You can check this video for more details: How to Develop with Android on Meteor - YouTube

1 Like

Thanks for the response :slight_smile:

I found out, that I had installed android-platform-tools with brew and after uninstalling it, I could proceed.

1 Like