Android Why Is My Application Not Available On Some Compatible Devices?
I have recently launched my application into the Google Play store but unfortunately some users are unable to download the application due to market restrictions. Users are able to
Solution 1:
The Galaxy Note runs Android 2.3.6, which is API Level 10. You are mandating at least API Level 11.
Solution 2:
It turns out having Copy Protection set to on within the application was causing this issue.
Post a Comment for "Android Why Is My Application Not Available On Some Compatible Devices?"