Tool build error "Please install Android build tools version 19.1.0 or higher"

I import the cordova project into Android studio and get this error. Error: Installed build tools not found. Please install the build tools for Android version 19.1.0 and higher.

I have already installed all the Build tools. even I went through this post, but could not resolve the error.

Link 1 link2

I saw a lot of questions about the OS, but did not get any solution.

help would be appreciated. Thankz

+6
source share
1 answer

You need to write "Environment Variables" correctly.

https://spring.io/guides/gs/android/

Window:

set ANDROID_HOME=C:\<installation location>\android-sdk-windows set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools 
0
source

All Articles