通过签名的APK在某些设备上获取“未安装应用”

时间:2019-03-14 07:26:40

标签: android

我已经列出了一些要解决的问题,但没有运气:

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 个答案:

答案 0 :(得分:0)

尝试了许多解决方案后,我执行了以下对我有用的步骤:

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

signingConfigs {     配置{         keyAlias“ testAlias”         keyPassword‘testPassword’         storeFile文件('/Users/raj.sharma/test-project/keystore')         storePassword'testPassword'     } }

  1. 现在在“构建变体”中选择“发布”