使用多台计算机上的相同调试密钥库密钥、机上、多台

2023-09-04 02:57:03 作者:不該去說從前

我开发的多台计算机。如果我部署到我的手机直接从Eclipse的一台计算机上,我无法从其他不卸载首先部署。我假设这是因为没有被用来签署应用程序调试证书,他们不是在两个机器一样。

I'm developing on multiple computers. If I deploy to my phone directly from Eclipse on one computer, I can't deploy from the other without uninstalling first. I'm assuming this is because there is a debug certificate being used to sign the app, and they're not the same across the two machines.

是否有可能使Eclipse的使用在两台机器上相同的一个比复制一个到另一个?

Is it possible to copy one over to the other so that Eclipse is using the same one on both machines?

推荐答案

是的。

在类Unix操作系统调试键默认情况下位于〜/ .android / debug.keystore

In Unix like os the debug key is located by default in ~/.android/debug.keystore

您也可以从日食像在下面的截图中选择一个自定义的:

You also can choose a custom one from eclipse like in the following screenshot: