【Android】error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock.Light.NoActionBar'.

问题:

res 文件夹下的 values 下的 styles.xml 

<style name="Sherlock.Light.NoActionBar"  parent="Theme.Sherlock.Light.NoActionBar">  
  <item name="actionMenuTextColor">#FFF</item>  
  <item name="android:actionMenuTextColor">#FFF</item> 
  <item name="android:windowIsTranslucent">false</item>
</style>

解决方法寻找中…………

原文地址:https://www.cnblogs.com/jaxer/p/4876055.html