On Mar 13, 4:58 pm, lbendlin <[email protected]> wrote: > have you tried reinstalling the API v3 files? >
Thanks. I've run it after reinstalling the API v3 files. Less drastic than rebuilding a machine. The error still didn't make sense. 03-14 01:01:04.841: E/AndroidRuntime(795): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/ action_toolbar.9.png from drawable resource ID #0x7f02001f It turns the file mentioned does exist, but if you actually trace the resource ID in R.java, it doesn't match the file mentioned. The resource ID matched a file that was in drawable-mdpi but not in drawable, a classic 1.5 mistake. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

