Android Studio无法识别SDK

时间:2014-09-03 22:20:16

标签: android gradle android-studio android-gradle

我已将Android Studio更新为Beta 0.8.6,但现在无法构建,因为我似乎无法使sdks正常工作。我检查了我的路径,它指向正确的地方,甚至尝试了不同的路径。但每次我尝试构建我都会得到同样的错误。我确实必须更换我的Android Studio以获得测试版,但保留了我之前版本的偏好。

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.

我已经安装了构建工具并遵循此直接链接但仍然遇到相同的错误。

1 个答案:

答案 0 :(得分:1)

更新buildToolsVersion中的build.gradle,例如

buildToolsVersion '19.1.0'

您可能需要在SDK Manager中更新构建工具。