我实际上是第一个计时器,如果我的问题听起来太容易,请原谅我。 我在Eclipse中使用较低的API(8和10)创建了一个新的android项目,但我在styles.xml中的值仍然出现错误,并且还没有创建R.java文件(这是因为样式问题。因为我&# 39;我学会了,在样式问题得到修复后,它会通过项目生成 - >清理。) 但后来我用一个更高的API(4.0.3)制作了一个新的项目,一切都很好,一切都按照应有的方式生成。 现在我在这里做了以下3个问题的研究: Eclipse Errors: styles.xml no resource, java.io.FileNotFoundException, and also R.java not regenerating Android .R not generating - checked all common causes R. java file is not generated. How to fix it? 但没有人提到与较低API有关的问题。 提前感谢您提供的任何帮助。
这是错误的一行:
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
在控制台中我收到此错误:
[2016-06-20 19:05:11 - AndroidApp] D:\Utilities\eclipse\Workspace \AndroidApp\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-20 19:05:11 - AndroidApp] D:\Utilities\eclipse\Workspace\AndroidApp\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-20 19:05:11 - AndroidApp] D:\Utilities\eclipse\Workspace\AndroidApp\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.