I am developing an android app, on two machines, one at work and other at home.
But when I compile and run on first machine, then goto second machine and change and compile and run Eclipse errors that signatures are different and I first should uninstall previously installed app.
Is there any way to share this private key between machines?
Thank you.
Windows->Preferences->Android->Build contains the setting to specify the keystore file. Be sure this file is the same on all machines you use to develop the same applications, maybe simply place into content repository along the project files. The key is randomly generated on every installation but the username, password Android SDK uses are the same. This keystore anyway cannot (and should not be) used in production.