Monday, May 30, 2016

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.


因为你的  build tool 的版本和 Compile 版本不匹配


错误的原因是因为   之前我把
compileSdkVersion 21

正确的配置方案:

compileSdkVersion 23

buildToolsVersion “23.0.2”

No comments:

Post a Comment