Play store reports “Your device isn't compatible with this version” but it installs via adb just fine on Nexus7
问题 I have an app I released to a private Google Play beta. I can install this exact same APK to my Nexus 7 just fine with adb pm install but through the Google Play store it is marked for this exact same Nexus7 as Your device isn't compatible with this version. This is the same apk. I can't figure out how to get any information on why the play store thinks it's not compatible. My manifest looks like this: <uses-sdk android:minSdkVersion="10" /> <uses-permission android:name="android.permission