I submiited a app to the Android market. It shows up on the website, buty not when I go to the android market on a android device.
My account shows it as published and I dont see any error messages.
– Ted
I submiited a app to the Android market. It shows up on the website,
Share
Then something (uses-feature) is filtering it out for the particular device. You can use aapt to see what your apk requires. Also i think the web market will show you everything but if you click to install something it will only let choose a compatible device to install to.
Example output:
So if your device doesn’t have bluetooth or a touchscreen you wouldn’t see this app.