[android-developers] Re: org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-20 Thread Spiral123
im sure someone knows the answer to this off the top of their head, but I don't. My first suggestion would be to install your app on an Emulator instance then copy the created SharedPreferences XML file for the app to your local computer and inspect it manually to see if it looks like you expect.

[android-developers] Re: org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-20 Thread siliconeagle
thanks for the tip. the prefs file was ?xml version='1.0' encoding='utf-8' standalone='yes' ? map boolean value=false / boolean name=initialised value=true / boolean name=upd.auto value=true / long name=backup.last value=1300662039054 / string name=msg.read0.995.18Beta/string /map turns out i was

Re: [android-developers] Re: org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-20 Thread B Lyon
thanks for the update - that could save me some time sometime if I see that kind of weirdness On Sun, Mar 20, 2011 at 7:16 PM, siliconeagle rrmu...@gmail.com wrote: thanks for the tip. the prefs file was ?xml version='1.0' encoding='utf-8' standalone='yes' ? map boolean value=false /