我已经在这个问题上待了两个小时了。从github下载存储库后,任何.xml文件中的唯一错误是:
No resource found that matches the given name '@style/Theme.AppCompat.Light'
该代码非常简单,但是关于如何减轻错误,我找不到一个简单的答案。
这是代码(在文件res / values / styles.xml中):
<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light">
<!-- API 14 theme customizations can go here. -->
</style>
该项目位于:https : //github.com/erikswed/InstaChatX 我在Windows上,使用Eclipse Kepler