2
當我運行InstrumentationTest時,它的編譯失敗。錯誤消息: 錯誤:執行任務':app:transformClassesWithJarMergingForDebugAndroidTest'失敗。錯誤:任務執行失敗':app:transformClassesWithJarMergingForDebugAndroidTest'
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/test/InstrumentationRegistry.class Somebody tell me why?thank you for you notice
支票庫或jar讓它重複並添加你的build.gradle – USKMobility
沒有文件重複,只是錯過了我的build.gradle中的單詞:packagingOptions {'0'''''''排除'LICENSE.txt' } –
此處有任何更新?我有同樣的問題,已經嘗試了不同的選項來排除AndroidTestCompile包,但似乎沒有工作。 –