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

前端 未结 4 641
眼角桃花
眼角桃花 2020-12-06 01:23

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 thr

4条回答
  •  情深已故
    2020-12-06 02:05

    This Can be Happen when you give unnecessary permissions.

    in my case, i use the permission

    uses-feature android:name="com.sec.feature.spen_usp" android:required="true"

    When i remove this permission then it works Fine

提交回复
热议问题