gpt4 book ai didi

java - res/drawable/abc_ic_ab_back_material.xml Resources$NotFoundException 上的 Kitkat

转载 作者:行者123 更新时间:2023-11-29 04:35:24 25 4
gpt4 key购买 nike

我知道有很多关于此的问题。我已经尝试了一切,但没有成功。

Resources$NotFoundException: File res/drawable/abc_ic_ab_back_material.xml

File res/drawable/abc_ic_ab_back_material.xml from drawable resource ID #0x7f020016

Android: getting Resources$NotFoundException for abc_ic_ab_back_material

是的,我已经尝试将 compileSdkVersionbuildToolsVersion(以及依赖项)降级到 24.x.x 和 23.x.x,出现同样的错误。

我正在使用 Genymotion 来模拟 4.4 android 版本。

有没有可能是 Genymotion 的错误(我没有 kitkat 设备来测试)?

应用模块的gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"

defaultConfig {
applicationId "maxfratane.qrcode"
minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.dlazaro66.qrcodereaderview:qrcodereaderview:1.0.0'
compile 'com.android.support:design:25.1.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:cardview-v7:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
testCompile 'junit:junit:4.12'
}

项目等级:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

我简直不知道该怎么办了。我需要此应用在 4.4 设备上运行。

最佳答案

有两种解决方法,

  1. 使您的应用程序使用 vector 可绘制对象,并使用 vector 作为背面 abc_ic_ab_back_material.xml。在 Add Multi-Density Vector Graphics 了解更多信息

  2. 从 sdk 中复制 png、ic_menu_back.png 作为后退图标,并将其粘贴到您的项目中。

关于java - res/drawable/abc_ic_ab_back_material.xml Resources$NotFoundException 上的 Kitkat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41820903/

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