Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

how to make my app available for android tabs on play store

Hi,
I have published my app on play store, but it is not getting listed for android tabs.

I got some suggestions tips from play store for listing it on tabs
pre
Your Production APK needs to meet the following criteria:
1.The minimum Android version and target Android version need to support tablets (check targetSdkVersion and minSdkVersion).
2.Your APK should only require hardware features that are usually available on tablets.
3.Your APK should support common tablet screen sizes (LARGE and XLARGE).
/pre

I have made changes in my android-manifest.xml for these suggestions.
but when i put 'android:xlargeScreens="true"' in the file, i am getting build error.

pls help..!!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

how to make my app available for android tabs on play store

Hello Asif,

Then you should change Target SDK version in the App settings to 2.3.-2.3.2, then delete the manifest, make Undo and change
preandroid:xlargeScreens="true" /pre
again, after that it should work.

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

how to make my app available for android tabs on play store

I have already edited the Manifest file so now even if i select Target SDK version from Android Binary settings it will not reflect in the file. So please let me know what i have to write in Manifest file directly.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

how to make my app available for android tabs on play store

Hi Asif,

There is a line in the beginning of AndroidManifest.xml:
precode<uses-sdk android:minSdkVersion="&#46;&#46;&#46;" android:targetSdkVersion="&#46;&#46;&#46;"/>/code/prePlease set needed versions (a number that indicates API Level).

Please see a correspondence of API Level and Platform Version here: http://developer.android.com/guide/to...

Also set these versions in App settings-Android binary please (as they are added to another source files).

Return to “Issues”