Migrating application signatures Eclipse between Windows and Linux
I'开发者_如何学JAVAve moved my workspace and successfully managed to get it to work on Linux (Ubuntu 11.04) my problem lays on the fact that I can't remember how I did this when I did it for my mac. I'm getting the "Re-installation failed due to different application signatures." error since I don't have the signature in Linux.
My question would be, how to move the application signature from windows to linux.
Thanks in advance.
Do you mean the Debug or the Release keystore?
You used the release keystore to sign your app before uploading it to the Android Market. So to upgrade this same app later you need that same keystore file. Without this keystore you're lost and you need to upload a newer release with a new packagename and signature.
If you are talking about the Debug key - it must be somewhere in your users environment. You can see the default location in Eclipse (Window/Preferences/Android/Build).
精彩评论