在Android5.0 SDK环境下导入低版本(低于5.0)会报类似这样的错误:。。。。。\appcompat_v7\res\values-v21\themes_base.xml:195: error: Error: No resource found that matches the given name: attr 。。。。。。。
解决方法:右键-properties-Android界面里面的“is Library”下面的..\appcompat_v7 Remove后确定就可以了。
=====================================================================================