Gradle: Resolved versions for app and test app differ
问题 When I add the dependency: compile 'net.bytebuddy:byte-buddy-android:0.7.8' in my app, I get this error: Conflict with dependency 'net.bytebuddy:byte-buddy'. Resolved versions for app (0.7.8) and test app (0.6.14) differ. See http://g.co/androidstudio/app-test-app-conflict for details. I have visited http://g.co/androidstudio/app-test-app-conflict and it says: Gradle build will fail if the main APK and the test APK use the same library (e.g. Guava) but in different versions.[...] To make the