Obtain generated debug key/certificate for developing on different machines

会有一股神秘感。 提交于 2019-11-30 20:16:49

The automatically generated key is called the debug key/certificate.

You should generate a new key can just copy it over to both your devices. The only negative of this is your builds process is longer as you need a manual steps.

The other option is to copy over the debug key from one of the systems.

You will find the keys in a folder names .android in your home directory in Linux & user directory in Windows

Tip: Never loose the certificate once you push an app to the market.

Window -> Preferences |-> Android -> Build:

refer to your custom debug key store, (I copied mine from the C:\Users\${UserName}.android\debug.keystore) which I would put in something like drop box.

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