简体   繁体   English

Android Studio无法识别SDK

[英]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. 我已经将Android Studio更新为Beta 0.8.6,但现在无法构建,因为我似乎无法使SDK正常工作。 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. 我确实必须替换我的Android Studio才能获得Beta版,但保留了我以前版本的偏好。

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中的build.gradle ,例如

buildToolsVersion '19.1.0'

And you may need to update your build tools in SDK Manager. 并且您可能需要在SDK Manager中更新构建工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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