I uploaded my application 12 hours ago. Until now, I can not find my application when searching in the android market. I can only see it when enter details?id=my.application. But in this case, it is not compatible with any device. I have uploaded a quite similar application with the same permission, but the second one work well.
Could anybody explain to me what happen. Or do I have to continue waiting?
Thanks in advance.
Have a read through the Market Filters document. The causes of this are too many to list, but I’ll highlight the main ones:
<supports-screens><uses-configuration><uses-feature><uses-permission><uses-sdk>To summarize, go through your
AndroidManifest.xmlfile again and ensure it’s targeting the correct API levels, etc.