共享debug.keystore [英] Share debug.keystore

查看:129
本文介绍了共享debug.keystore的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以在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!

推荐答案

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

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

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

更好的IMO解决方案是使用maven和一个在开发人员之间分发的release-keystore.您可以查看 Immopoly pom文件,以查看有效的示例配置.

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.

这篇关于共享debug.keystore的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆