I made a first project in android studio, but when compiling it 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'.
I think it's a mistake in some library, probably different versions of Android, but I could not change. If you can help, thank you.
Edit: I found what it was. A version compatibility error. I just went into build.grad and changed compileSdkVerision and targetSdkVersion to 23