简体   繁体   English

android:找不到资源

[英]android: resource not found

I just updated from android 2.1 to 3.0 and found many default andorid resources missing, such as: 我刚刚从android 2.1更新到3.0,发现缺少许多默认的andorid资源,例如:

android:icon="@android:drawable/ic_menu_preferences"
android:icon="@android:drawable/ic_menu_help"

What happened to then and any idea how to fix them? 当时发生了什么,怎么知道如何解决?

They do not exist anymore, most likely. 它们不再存在,极有可能。 The Android folks advise against using their resources because of changes in the API -- now you know why :) I would keep a local copy from previous releases so that you can access them, were I you. 由于API的更改,Android人士建议不要使用其资源-现在您知道为什么:)我会保留以前版本的本地副本,以便您访问它们。 (something they also suggest) (他们还建议)

采用:

android:icon="@android:drawable/android:ic_menu_help"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM