On Dec 17, 2011, at 9:00 PM, uyen nguyen wrote: > $SharedPreferencesImpl.getInt(ContextImpl.java:2721) > at com.example.background.DiningRoom.onStart(DiningRoom.java:80)
In your stack trace there's this one line indicating line number in your code causing problems. Apparently you're trying to read a preference as an integer which wasn't stored as one. Uninstalling and reinstalling your application on your phone resets preferences and may fix the problem. -- H -- 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

