I am new to Android development so maybe I am missing something pretty simple, but I can’t seem to access the string resources found in res/values/strings.xml from a ListFragment that was created by the MasterDetailFlow template in ADT.
It looks like a different resource file is loaded because when I type R.string., auto-complete suggests a whole bunch of string I didn’t create. (e.g. cancel, cut, paste, emptyPhoneNumber)
Where are these string resources coming from and how do I access my own string resources?
Remove the bad import to android.R and add your own project’s R.