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文件,

Eclipse 创建Android工程出现错误 res\values\styles.xml:7: error: Error retrieving parent for item: No resourc_第1张图片 
即可以在创建工程时,在Minimum Required SDK选择API4.0就能解决Eclipse 创建Android工程出现错误 res\values\styles.xml:7: error: Error retrieving parent for item: No resourc_第2张图片

 

你可能感兴趣的:(Eclipse 创建Android工程出现错误 res\values\styles.xml:7: error: Error retrieving parent for item: No resourc)