简体   繁体   English

从Play商店在设备上安装了错误的APK

[英]Wrong apk getting installed on devices from play store

I have published 2 apps with same package, one for phone and other for tablet (versioncode of tablet is higher). 我已经发布了2个具有相同软件包的应用程序,一个用于手机,另一个用于平板电脑(平板电脑的版本码更高)。 I am differentiating them using following manifest entry 我使用以下清单条目来区分它们

Tablet manifest: < supports-screens android:smallScreens="false" android:normalScreens="false" android:largeScreens="true" android:xlargeScreens="true" android:requiresSmallestWidthDp="600" /> 平板电脑清单:<支持屏幕android:smallScreens =“ false” android:normalScreens =“ false” android:largeScreens =“ true” android:xlargeScreens =“ true” android:requiresSmallestWidthDp =“ 600” />

Phone manifest: < supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> 电话清单:<support-screens android:smallScreens =“ true” android:normalScreens =“ true” android:largeScreens =“ true” android:xlargeScreens =“ true” />

Play store is distributing tablet build to few phone (samsung s7 edge, s8 etc.) and only for few users (not all s7, s8). Play商店正在将平板电脑版本分发给少数手机(三星s7 edge,s8等),并且仅针对少数用户(并非全部s7,s8)。

The biggest mystery is few s7, s8 users are getting phone apk and few getting tablet, which i am not getting why. 最大的谜团是很少有s7,s8用户正在获取电话apk和很少获得平板电脑,而我却不明白为什么。

Am i missing something here? 我在这里想念什么吗? any help/input very much appreciated. 任何帮助/输入非常感谢。

Have a look here 在这里看看

Multiple APK support for phone and tablet android 多个APK支持手机和平板电脑android

There are two readme's linked. 有两个自述文件的链接。 Maybe this can help you. 也许这可以帮助您。 They have also other manifest settings than you. 除了您以外,他们还有其他清单设置。 Write me if you have more questions. 如果您还有其他问题,请写信给我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从签名的apk获取某些设备上的“App Not Installed” - Getting “App Not Installed” on some devices from signed apk Android:安装APK后从Play商店重定向到Android应用 - Android: Redirect to android app from play store when apk is installed APK 版本未从 Play 商店更新已安装的 AAB 应用 - APK release not update installed AAB app from Play Store 已安装的APK无法在本地或Play商店上使用 - Installed APK not working locally or on Play store 手动安装时 APK 文件运行正常,但从 Google Play 商店安装时无法打开 - APK file runs properly when installed manually but does not open when installed from google play store 从MI设备上的Play商店获取“中止例外”报告 - Getting “abort Exception” report from Play Store on MI devices 从手动安装apk的设备接收Google Play商店崩溃报告 - Receiving Google Play Store crash reports from devices that manually install the apk 如何调试从Play商店安装的APK(不删除已保存的用户数据) - How to debug an APK installed from Play Store (without deleting saved user data) 手动安装的apk(不是来自Play商店)会在更新可用时收到通知吗? - Will apk installed manually (not from play store) receive notification when update becomes available? 导出(上载)apk到Play商店崩溃 - Exported (Uploaded) apk to the Play store getting crashed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM