CheckVersionLib
CheckVersionLib copied to clipboard
org.gradle.tooling.BuildException: Failed to process resources, see aapt output above for details.
error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found. error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found. error: resource android:style/TextAppearance.Material.Widget.Button.Inverse not found. error: resource android:style/Widget.Material.Button.Colored not found.
compileSdkVersion为22,出现了这个错误,不想升级compileSdkVersion,改怎么处理,谢谢
把这个库作为一个module,import进去,自己找到对应的resource做更改吧