rxz99 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

1.4.0-beta3 causes transformClassesWithJacocoForDebug to fail #743

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
1.4.0-beta3 works if I remove testCodeCoverageEnabled from build.gradle.

Original comment by kawayang...@gmail.com on 26 Sep 2015 at 3:21