关于Android的hellowrd中出现的r文件错误
当你的androidAPI 由2.1版本更换成2.2版本时:res/vavlues/styles.xml中使用的android:WindowTitle会报以下异常,error: Error retrieving parent for item: No resource found that matches the given name 'android:WindowTitle'.从而导致我们的程序无法编译通过。
解决办法:右键appcompat_v7或项目,选properties——android——选择android5.0.1,
选中出错的项目文件,然后project——clean,错误消失。