gpt4 book ai didi

android - 尝试运行android项目时有两种资源和一个调试错误

转载 作者:行者123 更新时间:2023-12-03 05:58:44 25 4
gpt4 key购买 nike

以前,这些配置工作正常,但是从最后一天开始,出现下面提到的错误。
任何想法都有什么问题。

[ROOT_PATH]/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Android/sdk/build-tools/23.0.2/aapt'' finished with non-zero exit value 1
Information:BUILD FAILED
Information:Total time: 3.962 secs
Information:3 errors
Information:0 warnings

这是我的build.gradle文件:
compileSdkVersion 23
buildToolsVersion '23.0.3'
defaultConfig {
applicationId "XXXXXXXXXXX"
minSdkVersion 17
targetSdkVersion 23
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v13:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
}

最佳答案

使用最近的compileSdkVersionbuildToolsVersion。例如,用25代替23。

您可能还需要将支持库版本更改为最新版本

compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v13:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'

例如25.0.1或更高版本,而不是23.1.1。

关于android - 尝试运行android项目时有两种资源和一个调试错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43206355/

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