gpt4 book ai didi

java - 找不到属性 'entryImages' 的资源标识符

转载 作者:太空宇宙 更新时间:2023-11-04 15:02:08 24 4
gpt4 key购买 nike

我已经更改了 androidmanifest.xml 中的包名称。但是在重新编译时出现此错误。

\res\xml\utils.xml 错误:

No resource identifier found for attribute 'entryImages' in package 'com.whatsapp.plus'

这是 utils.xml 中出现错误的行

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:title="@string/plus_version"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:robobunny="http://robobunny.com"
xmlns:cmwmobile="http://schemas.android.com/apk/res/com.whatsapp">

<com.whatsapp.plus.ImageListPreference
android:entries="@array/bubble_style"
android:title="@string/bubble_style_title"
android:key="bubble_style_list"
android:summary="@string/bubble_style_summary"
android:defaultValue="0"
android:entryValues="@array/bubble_values"
cmwmobile:entryImages="@array/bubbles_images" />

<com.whatsapp.plus.ImageListPreference
android:entries="@array/appicons_style"
android:title="@string/appicons_title"
android:key="appicons_list"
android:defaultValue="0"
android:entryValues="@array/appicons_values"
cmwmobile:entryImages="@array/appicons_images" />

<com.whatsapp.plus.ImageListPreference
android:entries="@array/notifybar_colors"
android:title="@string/notifybar_colors_title"
android:key="notifybar_colors_list"
android:summary="@string/notifybar_colors_summary"
android:defaultValue="0"
android:entryValues="@array/notifybar_values"
cmwmobile:entryImages="@array/notifybar_icons" />

最佳答案

如果您在 ADT 中工作,我建议首先撤消对包的重命名(我假设您手动重命名它),然后让一切重新工作。

要重命名您的应用程序包:从 ADT 中的包资源管理器中右键单击您的项目。选择Android工具->重命名应用程序包。

查看更改并选择完成。这些更改应该会告诉您在尝试手动重命名时错过了什么

关于java - 找不到属性 'entryImages' 的资源标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22453674/

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