No resource identifier found for attribute 'xlargeScreens' in package 'android'解

No resource identifier found for attribute xlargeScreens in package androiderror: No resource i

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。谢谢。


[解决办法]