Obtain generated debug key/certificate for developing on different machines

前端 未结 2 1884
陌清茗
陌清茗 2021-01-05 03:02

I\'m using Eclipse to develop an app and I have two computers (a desktop and laptop) that I want to use to develop this app. I recently set up my laptop with Eclipse and imp

2条回答
  •  逝去的感伤
    2021-01-05 03:14

    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.

提交回复
热议问题