gpt4 book ai didi

Android 设计支持库未编译

转载 作者:行者123 更新时间:2023-11-29 15:49:44 25 4
gpt4 key购买 nike

我正在尝试添加新的设计支持库,但无法编译。

在进行以下更改之前,我的代码编译得非常好。

我尝试使用以下方式添加它:

 compile 'com.android.support:design:22.2.0'

然后我删除了:

compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v4:21.0.3'

由于设计支持库里面有这两个库。但是,我的应用无法编译!!

我收到以下错误:

Warning:Dependency xpp3:xpp3:1.1.4c is ignored for productionDebug as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages

对于我的每种口味(production/stagingDebug/Release),此错误重复 4 次。

然后它会列出一堆图像错误,例如:

/Users/.../app/src/main/res/drawable-mdpi/ic_chat.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited

最后在一堆常见的输出之后,它说:

Error:Execution failed for task ':app:dexStagingDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2

请帮忙:(

最佳答案

在应用程序 gradle 中将此添加到 defaultConfig

multiDexEnabled = true

关于Android 设计支持库未编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30919953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com