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..!!