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