'找不到与给定名称匹配的资源' Theme.AppCompat.Light'
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
here is the error ->>><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.
-->
答案 0 :(得分:0)
- &gt;打开android SDK管理器,确保已安装Android支持库..
- &gt;之后可以在
找到AppCompatandroid-sdk/extras/android/support/v7/appcompat
- &gt;您需要在Android项目中引用此AppCompat。
- &gt;将库导入eclipse。 - &gt;右键单击你的android项目。转到属性。转到andorid。单击“添加库”并引用它。 - &gt;清理并重建项目