美好的一天! 我收到此错误,不知道如何解决它! 我尝试使用this和this链接,但这对我不起作用。
我在这里收到此错误:
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
但是,我的源代码中还有很多其他错误:
setContentView(R.layout.main); - main checks as error.
因此,我将appcompat库导入工作区,从此库中的libs创建ReferenceLibraries (android-support-v4,android-support-v7-appcompat)
但它不适用于我。
Wneh我尝试将appcompat添加到我的项目中 - 每次我收到此错误.-我将appcompat重新添加到我的项目中,单击OK。但如果我再次打开Android菜单 - 我会看到相同的图片。
请帮我解决这个问题!我试着多次解决它!
谢谢!
P.S。在这里,我的屏幕可以提供帮助。
答案 0 :(得分:1)
我无法在您的参考项目中看到AppCompat,将AppCompat添加到它,然后这将得到解决 -
请同时参阅this。