Share debug.keystore

前提是你 提交于 2019-12-19 07:58:31

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/9365481/share-debug-keystore

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!