Reading
Add Comment
If you do get an error similar to this
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
Don't fret it's simple because the compile SDK version in your Gradle script does not match the app-compat library major version, Change the version so they are the same and jobs done it should be fine
0 comments:
Post a Comment