创建工程显示这样的错误
[2018-09-26 19:02:03 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:03 - Imooc.demo]
[2018-09-26 19:02:03 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:03 - Imooc.demo]
[2018-09-26 19:02:03 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2018-09-26 19:02:03 - Imooc.demo]
[2018-09-26 19:02:04 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:04 - Imooc.demo]
[2018-09-26 19:02:04 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:04 - Imooc.demo]
[2018-09-26 19:02:04 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2018-09-26 19:02:04 - Imooc.demo]
[2018-09-26 19:02:05 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:05 - Imooc.demo]
[2018-09-26 19:02:05 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-09-26 19:02:05 - Imooc.demo]
[2018-09-26 19:02:05 - Imooc.demo] D:\java-JDK\eclipse\Imooc.demo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2018-09-26 19:02:05 - Imooc.demo]
正在回答
你也可以在这里下载试试看
http://tools.android-studio.org/index.php/sdk
v7包下载:http://tools.android-studio.org/
检查下是不是缺少android-support-v7-appcompat库(查看下android-sdk/extras/android/support/v7/appcompat目录),如果是通过Android SDK Manager下载Android Support Library
再将下载的android-sdk/extras/android/support/v7/appcompat目录下的项目导入到Eclipse中
右键点击你的Android项目->Properties->左侧选择Android->下方Library框里点击Add->选择appcompat_v7->finish
因为没有找到Theme.AppCompat.Light主题或者你也可以直接将项目values,values-v11,values-v14目录下的styles.xml文件里面的style都改为
<resources> <style name="AppBaseTheme" parent="android:Theme.Light"></style> <style name="AppTheme" parent="AppBaseTheme"></style> </resources>
- 参与学习 人
- 提交作业 5461 份
- 解答问题 7238 个
此次推出的专题为Android攻城狮培养计划的第一部分语法与界面基础篇,将带大家从0开始学习Android开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星