Eclipse导入android项目包xml报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse导入android项目包xml报错相关的知识,希望对你有一定的参考价值。

查看 res/values/styles.xml 下的报错点。

 <style name="AppBaseTheme" parent="Theme.AppCompat.Light">

把这个改成

<style name="AppBaseTheme" parent="android:Theme.Light">

 

一波未平。一波又起

路径: res/values-11/styles.xml 

<style name="AppBaseTheme" parent="Theme.AppCompat.Light">

把这个改成

<style name="AppBaseTheme" parent="android:Theme.Holo.Light">

 

路径: res/values-14/styles.xml 

<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">

把这个换成 

<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">

以上是关于Eclipse导入android项目包xml报错的主要内容,如果未能解决你的问题,请参考以下文章

eclipse导入的maven项目中xml文件报错,点击updating project失败怎么办?求大牛救助

eclipse 导入 新建 Android 项目 报错support.v7 v4

java项目中有个pom.xml,我怎么导入这个项目啊

eclipse导入web项目,web.xml报错

@MapperScan注解需要在pom.xml导入啥

导入项目运行报错:某些输入文件使用或覆盖了已过时的 API......