在两个不同的计算机上开发相同的应用程序机上、应用程序、不同、两个

2023-09-05 02:04:32 作者:冷血体质

我使用Eclipse来开发一个应用程序,我有两台电脑(台式机和笔记本电脑),我想用它来开发这个程序。我最近成立了我的笔记本电脑使用Eclipse和进口项目转移到该计算机。但是,我意识到,我无法启动我的笔记本电脑的应用程序到我的电话,因为当我建立从我的桌面是在笔记本电脑上自动生成一个不匹配的应用程序,自动生成的签名;除非我卸载它在手机上。有谁知道如何自动生成的签名从一个Eclipse的导出和导入到另一个?

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 imported the project over to that computer. However, I realized that I can't launch the application from my laptop onto my phone because the signature that is automatically generated when I build the app from my desktop doesn't match the one that is automatically generated on the laptop; unless I uninstall it on the phone. Does anyone know how to export the automatically generated signature from one Eclipse and import it into another?

推荐答案

自动生成的密钥被称为调试密钥/证书。

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.

您会发现在Linux和放你的主目录文件夹的名称 .android 键;在Windows用户目录

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.