Those messages are normal for non-String preferences. No clue why they are even displayed.
On Dec 21, 5:53 am, Bret Foreman <[email protected]> wrote: > I'm getting the following warnings in the logcat when I start my > PreferencesActivity. It looks like I've got some data-type issues in > my preferences.xml file. I'm guessing I could hunt in R.java somewhere > but I took a look and nothing stands out. How do I interpret these > warning messages to find the offending data types? > > 12-20 13:49:24.800: W/Resources(4133): Converting to string: > TypedValue{t=0x10/d=0xa a=-1} > 12-20 13:49:24.804: W/Resources(4133): Converting to string: > TypedValue{t=0x10/d=0x0 a=-1} > 12-20 13:49:24.808: W/Resources(4133): Converting to string: > TypedValue{t=0x10/d=0x0 a=-1} -- 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

