Android应用程序没有出现在Play商店上的一些设备 [英] Android app not showing up in play store on some devices

查看:255
本文介绍了Android应用程序没有出现在Play商店上的一些设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我前几天发表我的第一个应用Play商店。

So I published my first app to the play store a few days ago.

在这里显示出来,当我在网站上搜索在搜索结果<一个显示出来href=\"https://play.google.com/store/apps/details?id=nl.ikso.IksoAndroid&feature=search_result#?t=W251bGwsMSwxLDEsIm5sLmlrc28uSWtzb0FuZHJvaWQiXQ\"相对=nofollow>结果
甚至说,这是我的电话在该网页上兼容。

It shows up here and when I search on the website shows up in the search result result Even says it is compatible with my phone on that page.

然而,当我在店里寻找我的手机上不会显示出来。有人用银河S2说,它显示,有人用一个星系S3表示,事实并非如此。所以不同的结果存在。
的Manifest.xml 这里

However when I search in the store on my phone it does not show up. Someone with a Galaxy S2 says it shows up and someone with a galaxy S3 says it doesn't. So mixed results there. Manifest.xml is here

我用单机器人来构建应用程序,是有可能,那有什么关系呢?

I used mono-droid to build the app, is it possible that that has anything to do with it?

Grtz

推荐答案

检查清单文件包含支持屏幕的所有屏幕值true像下面code:

check your manifest file contain support screens all screens value true like below code:

<supports-screens
        android:smallScreens="true"
        android:normalScreens="true"
        android:largeScreens="true"
        android:resizeable="true"
        />

这篇关于Android应用程序没有出现在Play商店上的一些设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆