My android app is not found through tablets in google play store. the App manifest is as :
please add following line. It should solve your problem !!
<supports-screens android:resizeable="true" android:anyDensity="true" />
AFAIK there are only two ways your APP will not show up on playstore
Before jumping to conclusions your best option is to browse that app from browser. Here you can see if the app is compatible with list of your devices. Here you would see reason as to why your app is not compatible. Attaching a screenshot from similar issue I faced -
For me it looks like phones not having GPS dont have access to this app. You could try
<uses-feature android:name="android.hardware.location.gps" android:required="false" />