android – 分享debug.keystore

有没有办法在Android开发团队*享密钥库?目标是避免不必要的卸载 – >安装周期.我们尝试从.android共享debug.keystore,但似乎只有这个没有用 – 仍然得到

Re-installation failed due to different application signatures.

You must perform a full uninstall of the application. WARNING: This
will remove the application data!

解决方法:

您可以从您的某个团队复制调试密钥,并将其提供给所有团队成员.

调试密钥库应位于〜/ .android / debug.keystore.

一个更好的解决方案IMO是使用maven和一个在开发人员之间分配的发布密钥库.您可以查看Immopoly pom file以查看工作示例配置.

上一篇:java – Spring Boot – 密码存储密码在Code中设置


下一篇:java – 如何仅在运行时从类路径嵌入密钥库证书?