简体   繁体   中英

Android Studio not recognizing SDKs

I have updated my Android Studio to Beta 0.8.6 but now am not able to build because I cannot seem to get the sdks working correctly. I have checked my path and it is pointing to the correct place and even tried it with different paths. But everytime I try to build I get the same error. I did have to replace my Android Studio to get the beta version but kept my preferences from my previous version.

Failed to sync Gradle project 'OlleyVotto'
Error:Error:The SDK Build Tools revision (19.0.0) is too low for project ':app:libraries:volley'.           Minimum required is 19.1.0
 install.build.tools">Install Build Tools 19.1.0, update version in build file and sync project.

I have installed the build tools and followed this direct link but keep getting the same error.

Update buildToolsVersion in build.gradle , like

buildToolsVersion '19.1.0'

And you may need to update your build tools in SDK Manager.

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