gpt4 book ai didi

android - 错误 :(20, 118) 找不到与给定名称匹配的资源(在 'drawable' 处,值为 '@drawable/abc_list_selector_disabled_holo_dark')

转载 作者:行者123 更新时间:2023-11-29 14:26:57 28 4
gpt4 key购买 nike

在 android (23) 上使用最新版本的 com.android.support:appcompat-v7:23.0.1com.android.support:design:23.0.1

我收到以下错误

Error:(20, 118) No resource found that matches the given name (at 'drawable' with value '@drawable/abc_list_selector_disabled_holo_dark').

enter image description here

当点击错误时,我看到我可以到达可绘制对象 enter image description here

在 stackoverflow 中的类似情况下,我发现版本号不匹配,例如 following case

我的 Gradle 文件如下所示:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "a.b.c.d.defg"
minSdkVersion 7
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
}
}

最佳答案

我发现了这个问题,它与上面的描述无关。

感谢@fvasquezc23 在this question 中的建议我查看了一下,发现我的路径超过了 255 个字符。

我移动了项目位置并缩短了目录名称。

很可能是给我错误的路径比路径限制长。

不幸的是,我没有提供问题中的路径,因此很难提供好的建议。

关于android - 错误 :(20, 118) 找不到与给定名称匹配的资源(在 'drawable' 处,值为 '@drawable/abc_list_selector_disabled_holo_dark'),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32957965/

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