java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_14f7ee5/Offline

后端 未结 3 1595
情歌与酒
情歌与酒 2021-02-13 19:07

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

3条回答
  •  情话喂你
    2021-02-13 19:47

    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

提交回复
热议问题