Android: Error inflating class PreferenceScreen
Please help me out here, I'm hitting brick wall for the last two days and can't figure it out. I have a simple PreferenceFragment and would like to inflate it from an Activity. Here is the res/xml/preferences.xml: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:key="preferences"> <PreferenceCategory android:title="@string/notification_basic" android:key="notification"> <CheckBoxPreference android:key="enable_notification" android:summary="@string/enable_notification" android:title="@string/notification_title" android:defaultValue="false"> <