我必須更新到Android Studio 2.2中的Android Studio 2.2中谷歌播放服務同步錯誤
我開始一個新項目,我包括
compile 'com.google.android.gms:play-services-vision:9.4.0+'
在我的依賴關係。
我得到這個錯誤,當我啓動gradle同步。
信息:搖籃任務[:應用程序:generateDebugSources,:應用程序:generateDebugAndroidTestSources,:應用程序:mockableAndroidJar,:應用程序:prepareDebugUnitTestDependencies] 錯誤:com.android.builder.internal.aapt.AaptException:無法緊縮文件d: \ Android \克隆應用程序\ android-vision-master \ android-vision-master \ visionSamples \ barcode-reader \ app \ build \ intermediates \ exploded-aar \ com.google.android.gms \ play-services-base \ 9.4。 0 \ res \ drawable-xhdpi-v4 \ common_google_signin_btn_text_dark_pressed.9.png到D:\ Android \克隆應用程序\ android-vision-master \ android-vision-master \ visionSamples \ barcode-reader \ app \ build \ intermediates \ res \合併\ debug \ drawable-xhdpi-v4 \ common_google_signin_btn_text_dark_pressed.9.png 錯誤:執行任務':app:mergeDebugResources'失敗。
Error: com.android.builder.internal.aapt.AaptException: Failed to crunch file D:\Android\cloned apps\android-vision-master\android-vision-master\visionSamples\barcode-reader\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\9.4.0\res\drawable-xhdpi-v4\common_google_signin_btn_text_dark_pressed.9.png into D:\Android\cloned apps\android-vision-master\android-vision-master\visionSamples\barcode-reader\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4\common_google_signin_btn_text_dark_pressed.9.png Information:BUILD FAILED Information:Total time: 2.132 secs Information:2 errors Information:0 warnings Information:See complete output in console
我將我的機器更新爲AS 2.2並創建了一個新項目。我沒有得到任何你引用的錯誤。嘗試將項目移動到更短的路徑並更新您的Android SDK。 – adjuremods