1:首先新建空白工作区

2:先import appcompat_v7

appcompat_v7在一个类似这样的地方,

C:\mywork\android\android-sdk-windows\extras\android\support\v7\appcompat

然后用import进来,像如下操作:

No resource found that matches the given name 'android:Widget.Material.A解决方案

确保sdk是5.0及以上

3:再import原来的工程进来

4:add lib,如下

No resource found that matches the given name 'android:Widget.Material.A解决方案

此问题解决。

相关文章: