Note that there are some explanatory texts on larger screens.

plurals
  1. POYour APK does not seem to be designed for tablets
    text
    copied!<p>I am trying to upload one application to PlayStore and I get this warning : "Your APK does not seem to be designed for tablets"</p> <p>The "Show Fix" hint tells me that "Your APK should only require hardware features that are usually available on tablets"</p> <p>This is how my manifest file looks like:</p> <pre><code>&lt;permission android:name="com.example.mapv2.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &lt;uses-permission android:name="com.example.mapv2.permission.MAPS_RECEIVE" /&gt; &lt;uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;uses-permission android:name="android.permission.CALL_PHONE"/&gt; &lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;supports-screens android:resizeable="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" /&gt; &lt;uses-feature android:glEsVersion="0x00020000" android:required="true" /&gt; &lt;uses-feature android:name="android.hardware.telephony" android:required="false" /&gt; &lt;uses-feature android:name="android.hardware.location" android:required="false" /&gt; &lt;uses-feature android:name="android.hardware.location.network" android:required="false" /&gt; &lt;uses-feature android:name="android.hardware.location.gps" android:required="false" /&gt; </code></pre> <p>Can you please give me some hints ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload