- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试使用proguard,但收到gradle错误。
请帮助我确定错误并解决。我如何从buid dex中排除重复项。
* What went wrong: Execution failed for task ':DEESVOC_FREE:packageAllDebugClassesForMultiDex'.
java.util.zip.ZipException: duplicate entry: com/google/api/client/googleapis/extensions/android/accounts/package-info.class
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 9
multiDexEnabled true
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
targetSdkVersion 21
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
jniLibs.srcDirs = ['ndk']
assets.srcDirs = ['assets']
}
}
lintOptions {
checkReleaseBuilds false
abortOnError false
}
}
afterEvaluate {
tasks.matching {
it.name.startsWith('dex')
}.each { dx ->
if (dx.additionalParameters == null) {
dx.additionalParameters = ['--multi-dex']
} else {
dx.additionalParameters += '--multi-dex'
}
}
}
repositories {
jcenter()
}
dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.google.code.gson:gson:2.3'
// compile 'com.google.guava:guava:18.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.google.android.gms:play-services-base:7.8.0'
compile 'com.google.android.gms:play-services-analytics:7.8.0'
compile 'com.google.android.gms:play-services-drive:7.8.0'
compile files('libs/renderscript-v8.jar')
compile files('libs/android-async-http-1.4.6.jar')
compile files('libs/gdata-client-1.0.jar')
compile files('libs/gdata-core-1.0.jar')
compile files('libs/gdata-spreadsheet-3.0.jar')
compile files('libs/google-api-client-1.19.1.jar')
compile files('libs/google-api-client-android-1.19.1.jar')
compile files('libs/google-http-client-1.19.0.jar')
compile files('libs/google-http-client-android-1.19.0.jar')
compile files('libs/jackson-core-2.1.3.jar')
compile files('libs/jsr305-1.3.9.jar')
compile files('libs/ormlite-android-4.49-SNAPSHOT.jar')
compile files('libs/ormlite-core-4.49-SNAPSHOT.jar')
compile files('libs/sqlite4java.jar')
compile 'com.nhaarman.supertooltips:library:3.0.0'
compile 'com.parse.bolts:bolts-android:1.2.1'
compile 'com.apptentive:apptentive-android:1.7.4@aar'
compile fileTree(dir: 'parse_libs', include: 'Parse-*.jar')
}
最佳答案
请尝试清洁,对我有用
关于java - android gradle packageAllDebugClassesForMultiDex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32777477/
我尝试使用proguard,但收到gradle错误。 请帮助我确定错误并解决。我如何从buid dex中排除重复项。 * What went wrong: Execution failed for t
当我尝试部署时,这是怎么发生的?这门课在哪个图书馆? 注意:它编译和构建都很好,但只有在我尝试部署时才会出现此错误。 :myProject:packageAllDebugClassesForMulti
我在 Android Studio 中使用我的 Android 应用程序时遇到一个奇怪的问题。在添加新文件并对 build.gradle 进行一些更新后,一切似乎都运行良好。 我看到的错误消息如下:
我正在尝试对项目使用新的 android multidex 支持。我对此异常有一些疑问: 错误:任务“:shineV3:packageAllDebugClassesForMultiDex”执行失败。
我的项目工作正常,但我添加了 Direct Pay jar 文件。我喜欢这样的错误:- Error:Execution failed for task ':app:packageAllDebugCla
我正在尝试在我的应用程序中实现 youtube 搜索。我遇到了以下错误 Error:Execution failed for task ':packageAllDebugClassesForMulti
当我尝试使用 YouTubeData API 构建应用程序时,出现“:app:packageAllDebugClassesForMultiDex”错误。我研究了其他几个涵盖此错误的线程,我得出的结论是
我不知道如何解决这个错误 错误:任务“:app:packageAllDebugClassesForMultiDex”执行失败。 > java.util.zip.ZipException:重复条目:co
我不确定这个错误是什么意思。 Execution failed for task ':excelSior:packageAllDebugClassesForMultiDex'. > java.util
我有这个错误: Execution failed for task ':app:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipExcep
最近我更新了我的Android Studio,出现了这个错误。有什么建议吗? 非常感谢。 错误:任务 ':app:packageAllDebugClassesForMultiDex' 执行失败。 ja
我不确定这个错误是什么意思。 Execution failed for task ':excelSior:packageAllDebugClassesForMultiDex'. > java.util
我的项目运行良好,当我在我的项目中添加波纹管代码时出现错误,我添加: compile 'joda-time:joda-time:2.7' compile 'net.danlew:android.jod
当我运行集成了用于照片编辑选项的 Creative SDK 的应用程序时,出现以下错误。 Error:Execution failed for task ':app:packageAllDebugCl
我尝试将 Apache POI 包含在我的 Android 项目中,但出现以下错误: Error:Execution failed for task ':app:packageAllDebugClas
我正在 Android Studio 中使用 gradle 为家庭自动化开发 android 应用程序。当我构建项目时没有问题,但是当我尝试运行项目时,出现了这样的错误: Error:Executio
我使用名为 Picasso 的外部库、主题 Appcompat、android Recyclerview、CardView 今天早上我的应用程序编译并运行良好,但随后我导入了另一个项目,让我可以选择:
我正在尝试在我的项目中使用 Amazon AWS 服务。我添加了依赖项;该项目构建良好。当我在手机上运行该应用程序时,出现此错误: Error:Execution failed for tas
我是一名优秀的程序员,十分优秀!