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

2011-03-20 Thread siliconeagle
I am trying to figure out the cause of this error it occurs on startup when i try to get the shared preferences for the app. the code is just: settings = this.getSharedPreferences(Globals.PREFS_NAME, 0) Seems like a corruption, but the bug is in the app as i have installed it on multiple devices

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

2011-03-19 Thread siliconeagle
I am getting a really strange error all of a sudden when getting the shared preferences in my app. I have completely removed the app and all data and it just recurs after install - nothing saves in shared preferences after the app is killed, the preferences save in memory but everything is reset ea