Just uploaded Android App: How long before app shows in Android Market search? [closed]

Solution 1:

It does instantly show up in the market, but it may take a while for it to become searchable. You can access your market page instantaneously by going to the following page:

https://play.google.com/store/apps/details?id=[your app package name]

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

Solution 2:

It might take a bit of time. While it's supposed to be instantaneous, that's not always the case. Once I had to wait a couple of hours for it to show up on my phone (but I believe that was abnormal behavior).

Don't forget to check the Android Manifest file as @chiranjib mentioned as well.

Solution 3:

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?

Solution 4:

Check the Android manifest file with the following properties

<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