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
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