Build tools update breaks my compile
问题 I updated Android Studio 2.0 Preview from 4 to 5 this morning. If I continue to build with: dependencies { classpath 'com.android.tools.build:gradle:2.0.0-alpha3' } this will still compile successfully. But if I move up to -alpha5 I get this error: Error:Execution failed for task ':app:compileReleaseJavaWithJavac'. java.io.FileNotFoundException: C:....\intermediates\exploded-aar\com.google.android.gms\play-services\8.4.0\jars\classes.jar (The system cannot find the path specified) 回答1: From