Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 724
user739375 Avatar asked May 17 '11 19:05

user739375


2 Answers

Delete .android folder in your work space then try with step by step process.

Also, be careful while creating key stores and passwords and alias.

like image 188
Naveen Karumanchi Avatar answered Sep 28 '22 10:09

Naveen Karumanchi


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

like image 32
Ciprian Radu Avatar answered Sep 28 '22 10:09

Ciprian Radu