user1001635
user1001635

Reputation: 3342

Error to get native android icon from androi.jar

hi guys when i would like to get native icon menu from android.jar i get back this error:

Resource is not public. (at 'icon' with value '@android:drawable/ic_menu_home').

there are some ways to use this icon?

Upvotes: 1

Views: 1990

Answers (2)

Vladimir
Vladimir

Reputation: 9753

Yes, you can copy it to your project's drawable folder. It's located in <sdk path>\platforms\android-?\data\res\drawable-????\

Upvotes: 2

Related Questions