Dependency conflict error in my Android app which has Android Tests

后端 未结 5 2077
[愿得一人]
[愿得一人] 2020-12-08 13:46

I\'m using AndroidStudio and Gradle to build my Android app with tests in the \'androidTest\' source directory. I added a new dependency and am now getting the following iss

5条回答
  •  被撕碎了的回忆
    2020-12-08 14:21

    If you look at the (generated) .iml file(s), you can see the conflicting version numbers quite easily. In my case:

    
    
    

    Going back to version 1.0.1 of the gradle plugin resolves the problem.

提交回复
热议问题