我已经解决这个问题几个小时了。从 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