No resource identifier found for attribute 'xlargeScreens' in package 'android'该如何处理

No resource identifier found for attribute 'xlargeScreens' in package 'android'
error: No resource identifier found for attribute 'xlargeScreens' in package 'android'


在AndroidManifest.xml中写入
<supports-screens android:xlargeScreens="true" />
时提示了此错误,请问该如何解决呢?2.3的api。谢谢。

------解决方案--------------------
该回复于2011-11-16 13:40:52被版主删除