android - Google Play Store: "Designed for phones" - How to get rid of? -


I have recently encountered a problem with the Google Play Store. So far, I have to call the phone without any problems And was able to publish applications for tablets. Recently in my new app I get the message "Designed for phone" and the rank in the tablet tab is low. Perhaps Google has made the tablets' rules even more difficult, but I do not know how my app is compatible with the new rules.

What have I done so far:

  1. I have large and large folders with large layout files.
  2. I've uploaded hi-red screenshots for 7 'and 10' pills.
  3. I target SDK v 19.
  4. I do not get any suggestions in the Developer Console, it seems there are no problems with .apk

    and still getting the tag "Phone Is designed for ". Am I forgetting something?

    p> Some other things to try, as said in the
    • targetSdkVersion and minSdkVersion elements should be in more than 10 (you do not have this though).

    • You must have the property for the tablet, which means to provide an icon (and other image assets) for at least one of these: HDP, xhdpi, or xxhdpi.

    • If declared in your manifest,

      Supports screens & gt; 'Android will not have to mention: bigscreens = "false" or Android :. XlargeScreens = "false" '

    • Declared hardware properly Features: All tablets support some hardware A camera-like features Find any such features in your manifest and

      & lt; Uses - Feature Android: Name = "android.hardware.camera" Android: required = "false" />

      Your applications should work seamlessly even if the user does not have a camera on his tablet.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

C++ Array Type Not Assignable in Copy Constructor -