我已將我的Android Studio更新至Beta 0.8.6,但現在無法構建,因爲我似乎無法使sdks正常工作。我檢查了我的路線,它指向了正確的地方,甚至嘗試了不同的路徑。但每次嘗試構建時,我都會得到同樣的錯誤。我不得不更換我的Android Studio以獲得測試版本,但保留了我以前版本的偏好。Android Studio無法識別SDK
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.
我已經安裝了構建工具,並遵循此直接鏈接,但不斷收到相同的錯誤。
您是否更新過構建文件中的版本? – 2014-09-03 22:24:34
更新你的build.gradle指向'buildToolsVersion「19.1.0」' – mbmc 2014-09-03 22:43:29