Play store reports “Your device isn’t compatible with this version” but it installs via adb just fine on Nexus7

That’s completely correct this behavior: please refer to the official documentation here http://developer.android.com/guide/topics/manifest/uses-feature-element.html. That’s the relevant part: Declared <uses-feature> elements are informational only, meaning that the Android system itself does not check for matching feature support on the device before installing an application. However, other services (such as Google Play) or applications may check your … Read more