[android-developers] Re: aapt error with Standard menu icons (resource is not public)

2009-06-05 Thread Nicolas Joyard
I saw that. I just originally thought that I forgot something in my project, not that some resources weren't exported, sorry for the noise :) On Jun 5, 12:11 am, Romain Guy romain...@google.com wrote: This is a known issue that was reported to the authors of the guidelines.

[android-developers] Re: aapt error with Standard menu icons (resource is not public)

2009-06-04 Thread Nicolas Joyard
Ok, I found the solution. Turns out that contrary to what the icon design guidelines seem to mean, ic_menu_play_clip is not included in android 1.5 (or at least not in the SDK, which prevents the project to build). --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: aapt error with Standard menu icons (resource is not public)

2009-06-04 Thread Jeff Sharkey
Oops, looks like some of the resources mentioned in that document aren't exported in public.xml. That's okay, you can still copy the assets directly from the source and use them from your project's local drawable directory. Here's where most of the framework drawables are coming from:

[android-developers] Re: aapt error with Standard menu icons (resource is not public)

2009-06-04 Thread Romain Guy
This is a known issue that was reported to the authors of the guidelines. On Thu, Jun 4, 2009 at 3:05 PM, Jeff Sharkey jshar...@android.com wrote: Oops, looks like some of the resources mentioned in that document aren't exported in public.xml.  That's okay, you can still copy the assets