无法构建我的应用程序,我也不知道为什么所有这些都发生了。
我发现有冲突的插件,admob-simple和onesignal,但是以前没有问题。
我都在我的应用程序上运行了3个版本,然后突然,两天前,我经历了一个新更新,其中所做的更改只是一些HTML和很多JavaScript-没有插件。
我没有触摸构建文件,等等。
它突然改变了。
Am使用CLI 8。
问题在Android上发生。
我正在使用Cordova Phone Gap进行构建。
插件:
cordova-plugin-badge
cordova-plugin-splashscreen
cordova-plugin-camera
cordova-plugin-file-transfer
cordova-plugin-inappbrowser
cordova-plugin-screen-orientation
cordova-plugin-whitelist
phonegap-plugin-barcodescanner
cordova-plugin-geolocation
cordova-plugin-globalization
cordova-plugin-file
cordova-plugin-gallery-refresh
cordova-plugin-contacts
cordova-plugin-localization-strings
cordova-plugin-statusbar
onesignal-cordova-plugin
cordova-plugin-nativeaudio
cordova-plugin-network-information
cordova-plugin-x-socialsharing
uk.co.workingedge.phonegap.plugin.launchnavigator
cordova-plugin-admob-simple
cordova-plugin-multidex
构建文件:
android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 24
multiDexEnabled true
versionCode 10
versionName "2.0"
}
dexOptions {
javaMaxHeapSize "4g"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile 'com.android.support:multidex:1.0.1'
}
Phonepap错误日志中的Errrrrr消息:
出了什么问题
任务':app:transformClassesWithJarMergingForRelease'的执行失败。
com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:com / google / android / gms / internal / measurement / zzdz.class
尝试:
使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。