我已经列出了一些要解决的问题,但没有运气:
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)
除了上述几点,还有其他事情要做吗?
答案 0 :(得分:0)
尝试了许多解决方案后,我执行了以下对我有用的步骤:
signingConfigs { 配置{ keyAlias“ testAlias” keyPassword‘testPassword’ storeFile文件('/Users/raj.sharma/test-project/keystore') storePassword'testPassword' } }