Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): Java
Issue summary:
Provide a brief summary of the issue you're experiencing.
When using classpath 'com.google.gms:google-services:1.4.0-beta3' in my
project build.gradle I am unable to launch my application in Android Studio. I
am able perform "Sync" but when I run (Ctrl+R) I get a
transformClassesWithJacocoForDebug FAILED. Using version 1.3.1 or 1.4.0-beta1
fixes the problem.
Expected output:
What do you expect to see after performing the above steps?
Application should launch successfully
Actual results:
What do you actually see after performing the above steps?
:app:transformClassesWithJacocoForDebug FAILED
Error:Execution failed for task ':app:transformClassesWithJacocoForDebug'.
> java.io.IOException: Error while instrumenting class
/<myproject>/ui/activity/MainActivity$$ViewBinder.java.
Original issue reported on code.google.com by kawayang...@gmail.com on 26 Sep 2015 at 2:39
Original issue reported on code.google.com by
kawayang...@gmail.com
on 26 Sep 2015 at 2:39