Android Parse.com-java.util.zip.ZipException:重复输入:boltsAggregateException.class

Android Parse.com-java.util.zip.ZipException:重复输入:boltsAggregateException.class,第1张

概述我有一个可以在模拟器上正常运行的应用程序,但在手机启动时崩溃.我是说我只是将SDK文件夹的内容提取到lib中,而不是在libs中只有一个parse文件夹包含所有内容吗?摇篮文件applyplugin:'com.android.application'applyplugin:'com.google.gms.google-services'android

我有一个可以在模拟器上正常运行的应用程序,但在手机启动时崩溃.

我是说我只是将SDK文件夹的内容提取到lib中,而不是在libs中只有一个parse文件夹包含所有内容吗?

摇篮文件

 apply plugin: 'com.androID.application'    apply plugin: 'com.Google.gms.Google-services'androID {compileSdkVersion 23buildToolsversion "21.1.2"defaultConfig {    applicationID "com.aaa.bbb"    minSdkVersion 16    targetSdkVersion 19    versionCode 30    versionname "30"}buildTypes {    release {        MinifyEnabled false        proguardfiles getDefaultProguardfile('proguard-androID.txt'), 'proguard-rules.pro'        signingConfig signingConfigs.release    }}productFlavors {}defaultConfig {    multIDexEnabled true} }dependencIEs {    compile filetree(dir: 'libs', include: ['*.jar'])    compile 'com.androID.support:appcompat-v7:21.0.3'    compile filetree(dir: 'libs', include: ['*.jar'])    compile 'com.mcxiaoke.volley:library:1.+'    compile 'com.nhaarman.ListvIEwanimations:lib-core:3.1.0@aar'    compile 'com.nhaarman.ListvIEwanimations:lib-manipulation:3.1.0@aar'    compile 'com.nhaarman.ListvIEwanimations:lib-core-slh:3.1.0@aar'    compile 'com.nononsenseapps:filepicker:+'    compile 'io.socket:socket.io-clIEnt:0.2.1'    compile 'com.Google.androID.gms:play-services:7.8.0'    compile 'com.androID.support:appcompat-v7:19.+'    compile 'com.Google.androID.gms:play-services-analytics:7.8.0'    compile 'com.androID.support:design:23.+'    compile 'com.androID.support:support-v4:23.+'    compile 'com.parse.bolts:bolts-androID:1.+'    compile 'com.parse:parse-androID:1.+'}

日志记录

:app:packageAllDeBUGClassesForMultIDex FailedError:Execution Failed for task ':app:packageAllDeBUGClassesForMultIDex'.> java.util.zip.ZipException: duplicate entry: bolts/AggregateException.class

解决方法:

您的一个库正在使用不同的螺栓库/类,因此有一些重复.请在终端中使用./gradlew yourModulename:dependencIEs检查依赖关系树

总结

以上是内存溢出为你收集整理的Android Parse.com-java.util.zip.ZipException:重复输入:bolts / AggregateException.class全部内容,希望文章能够帮你解决Android Parse.com-java.util.zip.ZipException:重复输入:bolts / AggregateException.class所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1090079.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存