1
I made a first project in android studio, but when compiling it generates the following errors:
Error:(2) Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Textappearance.Material.Widget.Button.Inverse'. Error:(2) Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Widget.Material.Button.Colored'. Error:Execution failed for task ':app:processDebugResources'.
It seems to me that it is error in some library, probably of different versions of Android, only I could not change. If you can help, I appreciate.
Edit: I found q was. A versioning compatibility error. I only went to build.Radle and changed the compileSdkVerision and targetSdkVersion to 23