简体   繁体   中英

Build tool error “Please install the Android build tools version 19.1.0 or higher”

I'm importing a cordova project in Android studio and getting this error Error:No installed build tools found. Please install the Android build tools version 19.1.0 or higher.

I have installed all the Build tools already. even I have gone through this post but not able to resolve error.

Link 1 link2

I have seen lots of question over OS but didn't get any solution.

help will be appreciated. Thankz

Need correct write "Environment Variables".

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

Windows:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM