gpt4 book ai didi

android - 想在应用程序中添加设计库

转载 作者:太空狗 更新时间:2023-10-29 14:47:56 26 4
gpt4 key购买 nike

我想在我的 Android 应用程序中添加“设计”库。只需添加并完美运行,但如果我将设计库与我的应用程序的其他库一起添加,则 gradle 文件会出错。

这是我的 build.gradle 文件:

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile files('libs/httpmime-4.1-beta1.jar')
compile files('libs/httpcore-4.1.jar')
compile files('libs/HockeySDK-3.5.0.jar')
compile files('libs/apache-mime4j-core-0.7.2.jar')
compile files('libs/oovoosdk.jar')
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile('com.paypal.sdk:paypal-android-sdk:2.14.2')
compile 'com.google.android.gms:play-services-wallet:8.4.0'
testCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
testCompile 'com.google.dexmaker:dexmaker-mockito:1.1'
testCompile 'com.android.support.test.espresso:espresso-intents:2.2.1'
testCompile 'com.android.support.test.espresso:espresso-web:2.2.1'
testCompile 'com.android.support.test:runner:0.4.1'
testCompile 'com.android.support.test:rules:0.4.1'
}

它给出了以下错误:

Error:(2) Attribute "buttonBarButtonStyle" has already been defined
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/ptiweb/adt-bundle-linux-x86-20140702/sdk/build-tools/23.0.1/aapt'' finished with non-zero exit value 1

请帮我解决这个问题。我如何在此文件中添加“appcompat”或“design”库。

最佳答案

确保您没有任何名为 "barLength"属性

在我的例子中,自定义 ProgressWheel 导致了问题,重命名了 attr 名称并解决了问题。

有关更多信息,请参阅 Attribute "barLength" has already been defined

关于android - 想在应用程序中添加设计库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37874563/

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