我刚刚向甲状腺市场卸载了一个新的仪器。 然而,当我试图通过安伯市场将其下载到我的电话时,这似乎就没有!
了解这一点的人,让我知道,我怎么能够看到我的 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?
它在市场上确实是当即展示的,但是它可能要经过一段时间才能找到。 您可以通过访问以下网页即时进入你的市场:
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上,但我没有打电话。 我猜测它是一种等待游戏。
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, ...
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 ...
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 ...
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 ...
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?
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 ...
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 ...
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 ...