9
Xung đột với phụ thuộc 'com.android.support:support-annotations'. Các phiên bản đã giải quyết cho ứng dụng (23.1.0) và ứng dụng thử nghiệm (23.0.1) khác nhau
Khi xây dựng, tôi gặp lỗi sau: Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.0) and test app (23.0.1) differ. Đây là những phụ thuộc gradle của tôi dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:support-v4:23.1.0' compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:design:23.1.0' compile 'com.android.support:cardview-v7:23.1.0' compile 'com.android.support:recyclerview-v7:23.1.0' compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'com.squareup.okhttp:okhttp:2.4.0' …