共享 debug.keystore

发布于 2025-01-07 04:57:33 字数 207 浏览 1 评论 0原文

有没有办法在android开发团队中共享密钥库?目标是避免不必要的卸载->安装循环。我们尝试从 .android 共享 debug.keystore,但似乎仅此一项不起作用 - 仍然无法正常工作

由于应用程序签名不同,重新安装失败。

您必须完全卸载该应用程序。警告:这个 将删除应用程序数据!

Is there any way to share the keystore in a android development team? The goal is to avoid unnecessary uninstall->install cycles. We tried sharing the debug.keystore from .android but it seems that that alone is not working - still getting

Re-installation failed due to different application signatures.

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

宫墨修音 2025-01-14 04:57:33

您可以从团队之一复制调试密钥并将其提供给所有团队成员。

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

IMO 更好的解决方案是使用 Maven 和在开发人员之间分发的发布密钥库。您可以检查 Immopoly pom 文件 以查看工作示例配置。

You can copy a debug key from one of your team and provide it to all of the team members.

The debug keystore should be located at ~/.android/debug.keystore.

A better solution IMO is to use maven and a release-keystore that gets distributed between the developers. You can check the Immopoly pom file for seeing a working example config.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文