pankaj454k
Lurker
Hi,
I am getting below error. I want to filter out game in android app store based on device resolution. I mam getting error msg in below line in AndroidManifest.xml
<supports-screens android:requiresSmallestWidthDp="480"
android:compatibleWidthLimitDp="1024" />
Error Msg:- No resource identifier found for attribute 'requiresSmallestWidthDp' in package 'android
No resource identifier found for attribute 'compatibleWidthLimitDp' in package 'android'
Can any one please suggest where am i doing mistake ?
Regards
pankaj
I am getting below error. I want to filter out game in android app store based on device resolution. I mam getting error msg in below line in AndroidManifest.xml
<supports-screens android:requiresSmallestWidthDp="480"
android:compatibleWidthLimitDp="1024" />
Error Msg:- No resource identifier found for attribute 'requiresSmallestWidthDp' in package 'android
No resource identifier found for attribute 'compatibleWidthLimitDp' in package 'android'
Can any one please suggest where am i doing mistake ?
Regards
pankaj