Probably your is present in Android Market, but filtered for some devices, like you're testing on. I had something like that - my app was filtered out for devices with small screen (HTC A3333).
Check this: http://developer.android.com/guide/appendix/market-filters.html After I changed manifest to <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" /> it started working Mike On Sat, Dec 11, 2010 at 9:36 AM, Amit Mangal <[email protected]> wrote: > Hi Everyone, > I have uploaded one application in android market but it is not showing > there.when i search in google my aplication displays > http://droidmill.com/follower-120313.html > > http://www.androidpit.com/en/android/market/apps/app/com.follower/Follower > > I want to know what is androidpit and how can i display my application in > android market. > I have taken android market account in 25 USD. > > > Thank you > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

