I\'m seeing the following error in my Android project after updating to Gradle Build Tools 2.1.3 and Gradle 2.14.1. It happens immediately when I run the application. How do I f
For anyone facing this error while running UI Test with jacoco code coverage using createDebugCoverageReport task
Adding this jar solved this problem
Missing Jacoco Components Jar
Answer taken from
https://stackoverflow.com/a/42698722/3053781
I was facing this error while running UI test with coverage on android library project with android application project every thing was working fine only android library project was facing this issue