Can't build because of keystore password

Hello,

I’m currently using the trial version of Corona, trying to evaluate the engine for my company’s project.

When I try to build any project to an Android package, I get an error -
“The password for the Key Store located at …\debug.keystore was not valid, or the Key Store was not valid”

I try to reenter the default password “android”, but that still doesn’t work.
I’m currently running Windows 7, 64-bit.

Does anyone know how to solve this problem?

Thanks,
–Jonathan
[import]uid: 69796 topic_id: 11496 reply_id: 311496[/import]

its probably a problem trying to access the file. Try running it as admin and see what happens? [import]uid: 8872 topic_id: 11496 reply_id: 41929[/import]

I’m having the same problem, I also tried running as Admin, but did not help.

Using Corona SDK Premium(build 2011.551) on a new computer with
Windows 7 64-bit and now I’m getting this error when entering
password: android (I did not change the password.)

“The password for the keystore located at C:\CoronaSDK\Resources\debug.keystore was not valid or
the key store was not valid.” [import]uid: 53445 topic_id: 11496 reply_id: 42378[/import]

Browse to C:\CoronaSDK\Resources\debug.keystore and see if the keystore is actually there or not?

It may install to a different location on windows 64 bit. If thats the case, just find where it has installed it and create the above path and put a copy there. [import]uid: 8872 topic_id: 11496 reply_id: 42383[/import]

Yes, it’s in my C:\CoronaSDK\Resources\debug.keystore folder.

[import]uid: 53445 topic_id: 11496 reply_id: 42384[/import]

The problem was that I only had Java JDK installed. So I installed Java JRE and now the password works.

Thanks [import]uid: 53445 topic_id: 11496 reply_id: 42421[/import]