简体   繁体   中英

Android Manifest.xml file Error : Android

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM