将Android Studio 2.0升级到预览版6后,在完成所有同步,清理,重建后,我现在收到此错误:
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.> java.io.FileNotFoundException: /Applications/XAMPP/xamppfiles/htdocs/EPICEIRIE 2/app/build/intermediates/exploded-aar/com.google.android.gms/play-services/8.1.0/jars/classes.jar (No such file or directory)
我尝试将SDK工具全部更新到最新版本,甚至尝试将播放服务更新到8.4.0,但没有运气......
有没有其他人遇到过类似的问题?你有没有找到解决方案?
答案 0 :(得分:4)
尝试将Gradle插件更新为:
classpath 'com.android.tools.build:gradle:2.0.0-alpha6'