android - Google play error on tablet, your device not compatible with this version -


on tablet, application in google play store shows error, device not compatible version. after research, found include elements in manifest.

 <supports-screens android:largescreens="true" />   <supports-screens android:xlargescreens="true" /> 

is necessary include these elements in manifest?

my application working working fine when manually install .apk, have optimized ui different screen sizes, problem when try download application through google play store google play store shows error, device not compatible version.

it not necessary,i have app on play store check link.i haven't included these lines still app works in tablets.but ofcourse have made folders , values every support screens image.check image below.

imagedrrr


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -