Android错误之–Error retrieving parent for item: No resource found that matches the given name 'Theme.A

错误提示:error: Error retrieving parent for item: No resource found that matches the given name ‘Theme.AppCompat.Light‘. 

如图:

技术分享

解决的方法:

技术分享

在建立Android Application的时候,仅仅须要将Minimum Required SDK选择到Android 4.0版本号(即API 14),便不会出现烦人的Appcompat_V7内容了。
<img alt="技术分享" src="https://images.winkp.com/imgs/winkp/_winkp/2023/08/6882609175199311748.png" real_src="http://img.bbs.csdn.net/upload/201403/13/1394704137_310534.png" name="image_operate_74121398081397055" title="Error retrieving parent for item: No resource found that" action-data="http%3A%2F%2Fimg.bbs.csdn.net%2Fupload%2F201403%2F13%2F1394704137_310534.png" action-type="show-slide" style="margin: 10px 0px 0px; padding: 1px; border: 1px solid rgb(204, 204, 204); list-style: none; box-sizing: content-box; vertical-align: middle; max-width: 750px; font-family: Helvetica, Tahoma, Arial, sans-serif; white-space: normal;" class="aligncenter">