出错的地方:任务': app: transformClassesSusJarMergingForReleas'执行失败。
com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目: com/google/android/gms/内部/测量/zzwn.class
我试图创建一个任务来删除重复项,但没有成功。
此任务:
task findDuplicates {
doLast {
def findMe = 'com/google/android/gms/internal/measurement/zzwn.class'
configurations.compile.asFileTree.matching {
include '**/*.jar'
}.files.each { File jarFile ->
zipTree(jarFile).visit { FileVisitDetails fvd ->
if (fvd.path == findMe) {
println "Found $findMe in $jarFile.name"
}
}
}
}
}
我的依赖:
dependencies {
compile project(':react-native-fast-image')
compile project(':react-native-facebook-login')
compile project(':realm')
compile project(':react-native-sqlite-storage')
compile project(':react-native-device-info')
compile project(':react-native-splash-screen')
compile project(':react-native-vkontakte-login')
compile project(':react-native-google-analytics-bridge')
compile project(':react-native-custom-tabs')
compile project(':react-native-onesignal')
compile project(':react-native-fabric')
compile project(':react-native-vector-icons')
compile fileTree(dir: "libs", include: ["*.jar"])
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.facebook.react:react-native:+' // From node_modules
compile 'com.facebook.fresco:animated-gif:1.9.0'
compile('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true;
}
}
我发现react native google analytics bridge与react native onesignal之间存在冲突,我添加了dependencie compile'com.google.firebase:firebase消息:17.1.0’在应用程序/内部版本中。渐变。
我希望这能帮助别人。
依赖关系{compile fileTree(include:['*.jar'],dir:'libs')testCompile'junit:junit:4.12' 编译'com.firebaseui:firebase-ui-auth:3.2.2' }
我在尝试构建apk时出现以下错误: 错误:任务“:app:transformClassesWithJarMergingForDebug”的执行失败。通用域名格式。Android建筑应用程序编程接口。t ``变换。TransformException:java。util。拉链ZipException:重复输入:com/google/android/gms/internal/measurement/z
问题内容: 更新了我的Google Play服务和Google存储库后,我还更新了我的Firebase SDK,当我开始运行该应用程序时收到此错误,但是当我抓取它时,没有错误被编译。 这是我得到的错误: com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:com / google /
我不知道为什么我会得到这个错误。任何帮助都是值得赞赏的 zipException:重复条目:com/google/zxing/barcodeformat.class buildscript{repositories{mavenCentral()}dependencies{classpath“com.android.tools.build:Gradle:1.3.0”}}allprojects{rep
在尝试构建我的应用程序时,Android Studio抛出以下异常: 项目分级