The following error occurred when importing someone else's project in the integrated Android process:
<style name= "Appbasetheme" parent= "Theme.AppCompat.Light" >
Error:error Retrieving parent for item:no Resource found that matches the given name ' Theme.AppCompat.Light '.
Find the solution by StackOverflow, as follows:
1.file->import (ANDROID-SDK\EXTRAS\ANDROID\SUPPORT\V7). Choose "AppCompat"
in file, import the AppCompat folder in the SDK path EXTRAS\ANDROID\SUPPORT\V7. As shown in:
2.project-> properties->android. In the section library "ADD" and choose "AppCompat"
at this point, the problem can be solved and run correctly.
ask what will happen to this problem? This is the code of the other people that I integrated "shoot at any time", his version is lower than mine,The new Eclipse default template theme UI requires a newer version of the API, and if you need to support a lower version, you need to import the Appcompact library to support it. I hope the article can solve everyone's bug.
(by:eastmount 2014-12-3 night 10 o'clock http://blog.csdn.net/eastmount/)
Resources:
StackOverflow Answer
http://blog.csdn.net/huiguixian/article/details/41210895
[Android] No resource found that matches the given name ' Theme.AppCompat.Light '