繁体   English   中英

从签名的apk获取某些设备上的“App Not Installed”

[英]Getting “App Not Installed” on some devices from signed apk

我已经列出了固定相同但没有运气的点数:

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)

除上述观点外还有其他事情可做吗?

在尝试了许多解决方案后,我执行了以下为我工作的步骤:

  1. 文件 - >使高速缓存/重新启动无效
  2. 在AndroidManifest.xml中添加了signingConfigs

signingConfigs {config {keyAlias'testAlias'keyPassword'testPassword'storeFile file('/ Users / raj.sharma / test-project / keystore')storePassword'testPassword'}}

  1. 现在在Build Variants中选择“release”

暂无
暂无

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM