How could I resolve the following error in Android Studio?
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.internal.LoggedErrorException: Failed to run command: C:\Users\Ozzy\AppData\Local\Android\sdk\build-tools\21.1.2\aapt.exe package -f --no-crunch -I C:\Users\Ozzy\AppData\Local\Android\sdk\platforms\android-21\android.jar -M C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\manifests\full\debug\AndroidManifest.xml -S C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\res\debug -A C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\assets\debug -m -J C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\generated\source\r\debug -F C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\res\resources-debug.ap_ --debug-mode --custom-package com.example.ozzy.test -0 apk --output-text-symbols C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\symbols\debug Error Code: 1 Output: C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\res\debug\values-v23\values.xml:5: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. C:\Users\Ozzy\AndroidStudioProjects\Test\app\build\intermediates\res\debug\values-v23\values.xml:20: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.