On Wed, Jul 28, 2010 at 7:17 PM, KG <[email protected]> wrote: > 07-28 23:15:48.662: ERROR/AndroidRuntime(3797): Caused by: > android.content.res.Resources$NotFoundException: Resource is not a > Drawable (color or path): TypedValue{t=0x1/d=0x7f020002 a=-1 > r=0x7f020002}
> Any thoughts as to what's causing it? You have an invalid resource in your android:src attribute. Android does not think it is a drawable. See the error message above. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.9 Available! -- 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

