Yea Delete your prefrence data... be sure that the xml can not convert
to rss! Then delete the older file from the explorer.

On 12/18/2008, Mark Murphy <mmur...@commonsware.com> wrote:
>
> Massimo Barbera wrote:
>> For testing purposes I have changed the value of one preference
>> (android:key="my_value") from a class external to my
>> PreferenceActivity, trough editor.putBoolean("my_value", value);
>>
>> now each time the PreferenceActivity is started, I have an exception.
>>
>> How can I reset "my_value" ?
>
> Manually, you can reset it by deleting the preferences data in your
> emulator -- it's an XML file found in:
>
> /data/data/your.package.name.here/shared_preferences
>
> You can use adb shell, DDMS's File Explorer, or the like to get rid of
> the file.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com
>
> Android Training on the Ranch! -- Mar 16-20, 2009
> http://www.bignerdranch.com/schedule.shtml
>
> >
>


-- 
Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Client Based Tech Support Specialist
Hazel Crest Illinois
xavieruni...@gmail.com¥xavierunited@hotmail.com¥truestar...@yahoo.com
"Fear of a name, only increases fear of the thing itself."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to