- Home /
Unity android keystore issue
I published a game in the android market and i was trying to make an update to the game when i tried to use the original keystore file to build the game again. Then i got this error: APK Signing Failed! jarsigner: key associated with not a private key. I don't know why i am getting this error...I just used the same keystore.... Is there anyway around this?
I have $$anonymous$$issed keystore can any one help me i want to upload new version of apk to console....
Answer by shanghalf · Oct 13, 2011 at 09:01 PM
got same issue with my game dug it out for 2 days without a clue ..
Answer by Sunrift · Nov 15, 2011 at 07:03 PM
Hi guys, I had the same problem, and after a lot of digging, I think I found the problem (at least in my case).
I had the Oracle JDK 1.7 installed, and had to downgrade to JDK 1.6. I don't know what 1.6 versions will work, I used JDK 1.6u14. Another thing I believe made a difference was me (Finaly!) installing the 32 bit version of JDK 1.6u14. Apparently the 64 bit was causing problems.
This worked for me, I hope it can help you!
Your answer
Follow this Question
Related Questions
How to extract Android market keystore from unity project? 2 Answers
Play Protect error upon installation 0 Answers
Android Build problem? 2 Answers
ERROR: Invalid Password for key 'google play public key' 0 Answers