Search code examples
androideclipsekeystore

Invalid Keystore problem?


Recently I published my new app, and this morning I decided to make a little changes to this app. However, every time I import any of my app folders on Eclipse, this error always showing up "Error generating final archive java.io.IOException: Invalid keystore format", even when I create a new Android file, this error keep showing up. Please, help me! I have created several apps and I don't want to create a new keystore.

Here is the Image of the error!

http://www.fileden.com/files/2006/5/5/14780/error.png

I already tried to clean the folder and restart but it didn't work.

Please help me, I would really appreciate it a lot thanks!


Solution

  • I had the same problem a while ago, when I changed the pass for the default.keystore

    Check if the keystore that you are using as "debug.keystore" has the same pass as the default one. The following are the default:

    Keystore name: "debug.keystore" Keystore password: "android" Key alias: "androiddebugkey" Key password: "android"

    Android app signing