Hi got to section 3.8 and cannot sort out an error which I believe is associated with the following line in Prefs.java, as settings can not be resolved.
addPreferencesFromResource(R.xml.settings);
Eclipse then puts a line through the addPreferencesFromResource, with further investigation suggesting that this Is deprecated.. Can’t work out what to do? Any answers appreciated.