导入Android项目缺少Supportv7报错
Posted wj沧浪之水
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导入Android项目缺少Supportv7报错相关的知识,希望对你有一定的参考价值。
错误:error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
缺少这个主题Theme.AppCompat.Light,在\\extra\\android\\Support\\v7中,如果本地没有可从sdk管理器中下载,
下载完成后add进项目,右键项目-properties-Android-add,把之前错误的remove掉
以上是关于导入Android项目缺少Supportv7报错的主要内容,如果未能解决你的问题,请参考以下文章