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

2023-03-14,,

问题:

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>

解决方法寻找中…………

【Android】error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock.Light.NoActionBar'.的相关教程结束。

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

下载本文的Word格式文档,以方便收藏与打印。