After updating the AndroidStudio SDK, I was told to upgrade to gradle: 2.0.0-alpha5. When I create / run the gradle application it crashes and says:
Error: execution completed for task ': app: compileReleaseJavaWithJavac'. java.io.FileNotFoundException: /home/pepperonas/IdeaProjects/Android/M104/app/build/intermediates/exploded-aar/com.google.android.gms/play-services/8.4.0/jars/classes.jar (No such a file or directory)
Switching to gradle: 2.0.0-alpha3 will solve it, but I want to use the latest version.
Does anyone know how to fix it?
(Note: I am using AndroidStudio 2.0 Preview 5)
As always, thanks in advance.
source
share