androidx.preference.PreferenceScreen not found when creating Preferences screen
问题 After following this tutorial to create a screen for preferences, there seems to be a problem with inflating the class 'androidx.preference.PreferenceScreen'. Why is it not found when my preferences have been declared inside the res/xml folder and the necessary dependency has been added to this project? My app's minSdkVersion is 24. Error inflating class (not found)androidx.preference.PreferenceScreen dependencies dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])