I made some edits to my preferences.xml file, nothing that generated any syntax flags in Eclipse, and now I'm getting the following weird error when I try to inflate my PreferencesActivity:
E/AndroidRuntime( 3480): java.lang.RuntimeException: Unable to start activity Co mponentInfo{com.shipmate/com.shipmate.PreferencesActivity}: java.lang.IllegalArg umentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
I always have PreferenceCategory's inside other PreferenceCategory's so I don't think that's the problem. What does it mean that it thinks I'm "adding" one PreferenceCategory to another? What does "add" mean in XML? And how does an IllegalArgument relate to this addition? Any ideas on how I might isolate this problem?