Search code examples
androidresourcesactionbarsherlock

android Sherlock ActionBar kills resources


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?


Solution

  • Check your imports, make sure that you are using the correct R class (not android.R for example).