Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Play shows - Your device isn't compatible with this version for Samsung Galaxy tab 2 and Google Nexus 7
    primarykey
    data
    text
    <p>When I published my app to Google play store and I tried downloading it on my Google Nexus 7 , I get the message "Your device isn't compatible with this version".</p> <p>My Manifest file is declared like this:-</p> <p></p> <pre><code>&lt;uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-permission android:name="android.permission.CAMERA" /&gt; &lt;supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;application android:icon="@drawable/ic_icon" android:label="@string/app_name" android:theme="@style/ApplicationTheme" &gt; &lt;uses-library android:name="com.google.android.maps" /&gt; &lt;activity android:name=".SplashScreenActivity" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name=".HomeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name=".MyFormsTabActivity" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;/application&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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