1

Im having a issue with Android Manifest.xml and i have no idea what causing this. actionBarSherlock library is correctly added but still im getting this error

" error: Error: No resource found that matches the given name (at 'theme' with value '@style/ Theme.Sherlock.ForceOverflow') ".

I have tried cleaning and building it but still same result

1 Answers1

1

Look under your res/values/styles.xml you need to add the Style: Theme.Sherlock.ForceOverflow

"If you are using Version 4.2.0, then .ForceOverflow themes have in fact been removed."

See this answer:

Force overflow menu in ActionBarSherlock

Community
  • 1
  • 1
Jorgesys
  • 124,308
  • 23
  • 334
  • 268