• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps What sould I do after this error message?

gabor55

Lurker
" Error generating final archive: Keystore was tampered with, or password was incorrect"

This error message always appears when I create a new Android Project. I can't run or debug any of these projects.

I've installed a new Eclipse, new And. SDK but it still appears. :mad:

Thank you!
 
I found these answers online:

delete the physical keystore file on the system and then generate the keystore with 'changeit' password. the physical keystore file on the system is usually located on unix <homedir>/.keystore

Or

The password is mispelled in the server.xml file
 
thanks for the answer, but I can't find my .keystore file on win7 :S. What should include the new .keystore file?
(sorry, i'm beginner)
 
Your new .keystore file is going to be under your project file>bin then whatever you named your keystore. If you're having that problem, or don't have a keystore anymore, I'd suggest just right clicking on the project, then export as normal, but create a new keystore, and name it appropriately, and hopefully this will fix your problem
 
Back
Top Bottom