开发者

android: resource not found

开发者 https://www.devze.com 2023-02-28 18:07 出处:网络
I just updated from android 2.1 to 3.0 and found many default 开发者_Go百科andorid resources missing, such as:

I just updated from android 2.1 to 3.0 and found many default 开发者_Go百科andorid resources missing, such as:

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. (something they also suggest)


Use:

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

精彩评论

暂无评论...
验证码 换一张
取 消