刚刚上传的Android应用程序:应用程序在Android电子市场search中显示多久?

我刚刚上传了一个新的应用程序到Android市场。 但是,当我尝试通过Android市场下载到我的手机,它不会出现!

请知道这个知道的人让我知道如何让我的应用程序出现在search结果中。

这应该是瞬间的(至less它通常是我的)。 该应用程序是否不提供给你? AndroidManifest.xml中的其中一个设置是否可以阻止它被市场提供给您?

它立即显示在市场上,但它可能需要一段时间才能变得可search。 您可以通过转到以下页面即时访问您的市场页面:

https://play.google.com/store/apps/details?id= [您的应用包名称]

例如: https : //play.google.com/store/apps/details?id = com.speedplane.androidvideoapp

这可能需要一些时间。 虽然它应该是瞬间的,但情况并非总是如此。 一旦我不得不等待几个小时,它就会出现在我的手机上(但我相信这是不正常的行为)。

不要忘记检查Android Manifest文件以及提到的@chiranjib。

使用以下属性检查Android清单文件

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="19" /> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/> 

请参阅以下链接http://www.google.com/support/forum/p/Android+Market/thread?tid=5fae654e5bf022c2&hl=zh_CN

我想你会在这里find你的答案(关于你的问题的讨论): http : //www.google.com/support/forum/p/Android+Market/thread?tid=3bb960d59eba7d04&hl=en

https://play.google.com/store/search?q=%5Byourapp%5D

试试这个,旧的search引擎不工作了。

矿在那里显示,但不在我的手机上。 我猜它是一个等待游戏。