解决No resource found that matches the given name :Theme.AppCompat.Light error: Error retrieving paren

xiaoxiao2021-02-27  443

刚刚new -> Android Project 时 以为运行下看看效果。。。但是报错:

No resource found that matches the given name :Theme.AppCompat.Light error: Error retrieving parent for item: No resource found that matches the given name   'Theme.AppCompat.Light' 解决办法:

在eclipse工程项目中,找到res 下面几个value开头的文件夹,将文件下的所有style文件中的1. <style name="AppBaseTheme" parent="Theme.AppCompat.Light"> 改为  <style name="AppBaseTheme" parent="android:Theme.Light"> 2. 将<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar"> 改为  <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 

就OK了。

最后,有问题欢迎加群:115658205 进行交流!

转载请注明原文地址: https://www.6miu.com/read-3416.html

最新回复(0)