Eclipse 创建Android工程出现错误 res\values\styles.xml:7: error: Error retrieving parent for item: No resourc

Eclipse 创建Android工程出现错误 例如:res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name ‘Theme.AppCompat.Light’. 
res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name ‘Theme.AppCompat.Light.DarkActionBar’.` 
这些问题基本都是没有R文件,

这里写图片描述 
即可以在创建工程时,在Minimum Required SDK选择API4.0就能解决这里写图片描述