English 中文(简体)
刚上载 附录: 远在安伯市场搜索中显示吗? [闭门]
原标题:Just uploaded Android App: How long before app shows in Android Market search? [closed]

这个问题似乎并不涉及在help Center中界定的范围之内的方案规划。

Closed 9 years ago.

我刚刚向甲状腺市场卸载了一个新的仪器。 然而,当我试图通过安伯市场将其下载到我的电话时,这似乎就没有!

了解这一点的人,让我知道,我怎么能够看到我的 app。

最佳回答

This should be instantaneous (at least it usually is for me). Is the app not offered to you at all? Could one of your settings in AndroidManifest.xml prevent it from being offered to you by the market?

问题回答

它在市场上确实是当即展示的,但是它可能要经过一段时间才能找到。 您可以通过访问以下网页即时进入你的市场:

https://play.google.com/store/apps/details?id=[your 成套名称

e.g.: https://play.google.com/store/apps/details?id=com.speedplane.androidvideoapp

这可能需要一段时间。 虽然它假定是瞬时的,但情况并不总是如此。 我不得不等待几个小时才能在我的电话上显示(但我认为这是一种不正常的行为)。

Don tabe也提到过“@chiranjib”案。

2. 检查黄色体表面,其特性如下:

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

Refer to the following link http://www.google.com/support/forum/p/Android+Market/thread?tid=5fae654e5bf022c2&hl=en

我认为,你将在此找到答案(讨论你的问题):

https://play.google.com/store/search?q=[yourapp]

这样做,旧的搜索引擎再工作。

那里的地雷正在 showing上,但我没有打电话。 我猜测它是一种等待游戏。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签