导入Android项目缺少Support\v7报错

来源:互联网 发布:点o是什么文件 linux 编辑:程序博客网 时间:2024/06/17 22:30
错误:
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掉


0 0