Error creating Android project, Error:error retrieving parent for item:no Resource found that matches the given name ' Theme.AppCompat.Lig HT '.
Problem Description:
When creating an Android app project, you need to specify its applicable SDK version, which defaults to the following:
The minimum applicable version is: API 8:android 2.2 (Froyo)
Target version: API 21:android 4.X (L Preview)
The compiled version is: API 23:android 6.0
After next,finish, prompt error:
[2016-05-10 22:42:36-hello] D:\chronusworkspace\hello\res\values-v11\styles.xml:7: Error:error Retrieving parent for item:no Resource found that Ma Tches the given name ' Theme.AppCompat.Light '.
Issue reason: The low version application is incompatible with the appearance definition of the high-version application.
Simple workaround: Increase the minimum applicable version to API 14:android 4.0 (Icecreamsandwich) or above.
Error creating Android Project--no Resource found that matches the given name ' Theme.AppCompat.Light '