CheckVersionLib icon indicating copy to clipboard operation
CheckVersionLib copied to clipboard

org.gradle.tooling.BuildException: Failed to process resources, see aapt output above for details.

Open wallyperry opened this issue 6 years ago • 2 comments

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.

wallyperry avatar Mar 04 '19 07:03 wallyperry

compileSdkVersion为22,出现了这个错误,不想升级compileSdkVersion,改怎么处理,谢谢

wallyperry avatar Mar 04 '19 07:03 wallyperry

把这个库作为一个module,import进去,自己找到对应的resource做更改吧

mikilangkilo avatar Mar 22 '19 07:03 mikilangkilo