【发布时间】:2019-03-14 07:26:40
【问题描述】:
我已经完成了修复相同但没有运气的列出点:
1. Changed package name
2. Clear cache & checked if there is no previous build installed on device
3. allowBackUp set to false
4. Version upgradation and target SDK changed (In this case app is able to install some devices but some other devices getting the app not installed)
5. Selected both V1 and V2 checkboxes (Signature Version)
除了以上几点,还有什么可以做的吗?
【问题讨论】:
-
转到设备设置应用程序,看看您的应用程序是否在其中列出,然后为所有用户删除它并重新安装。
-
必须检查您是否有适用于为所有用户卸载的卸载应用程序。还必须确保在生成签名 APK 时必须更正您的密码
-
@AbidKhan 正如我已经说过的(2. 清除缓存并检查设备上是否安装了以前的版本)。此外,新设备/用户也出现了问题
-
@Piyush 如果密码错误,我不确定是否可以生成 apk。如果以某种方式生成了 apk,那么它应该无法安装在任何设备上。
标签: android