I’ve upload my application to Android Market, but my developer’s device is not compatible with it.
Is there a way to know what happens and what is missing?
I’ve upload my application to Android Market, but my developer’s device is not compatible
Share
Another issue (apart from screen density/size) might be permissions.
If you include a permission (e.g. Camera) and your device does not have a camera then the market will tell you, that the app isn’t compatible even if the camera is not an essential part of your app. you can avoid this by declaring the feature “not required”. See the box on the right of this page.