I want to implement Sherlock ActionBar
for compatibility. Everything seems to be fine, but Eclipse returns errors in every line that has a resource path - R.id.###
, R.string.###
, etc.
Did you, who used Sherlock, experienced such problems? How did you solve that?
Check your imports, make sure that you are using the correct R class (not android.R for example).