0

I am trying to upload my first app to play store. I have uploaded my apk to console and drafted it. Then there is a orange bulb saying,Your APK is designed for tablets. For your app to be showcased in the 'Designed for tablets' list in the Play Store, you need to upload at least one 7-inch or 10-inch tablet screenshot for the Store listing. But when I added a screenshot for 7" tablet it shows like You uploaded screenshots for 7-inch tablets, but your APK does not seem to be designed for 7-inch tablets. So what should I need to make it accepted. Actually my app works well with tablets. Thank you in advance.

4

2 回答 2

2

Answered already here: Designing Android apps for tablets

http://developer.android.com/distribute/googleplay/quality/tablet.html#use-extra-space

Take advantage of extra screen area available on tablets

Look for opportunities to include additional content or use an alternative treatment of existing content.

Use multi-pane layouts on tablet screens to combine single views into a compound view. This lets you use the additional screen area more efficiently and makes it easier for users to navigate your app.

于 2013-10-23T13:22:57.043 回答
1

确保您没有在 res/layout-large 文件夹(已弃用)中声明您的平板电脑布局,layout-sw600dp而是使用。

这最近为我解决了同样的问题。

于 2013-10-23T13:26:47.313 回答