After updating and restart android studio ,I am getting below error.
Error:Execution failed for task ':app:compileDebugJavaWithJavac'. java.io.FileNotFoundException: /.../Workspace/MyAppName/app/build/intermediates/exploded-aar/com.google.android.gms/play-services/8.3.0/jars/classes.jar (No such file or directory)
I already tried to clean and rebuild my project but every time I am getting above error.
EDITS:
My gradle is as below:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.google.android.gms:play-services:8.4.0'
}
There is a bug in Instant run and it has been fixed as per tools android site.
Upgrade build tools build gradle version with alpha6.
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha6'
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With