Key store code problem
http_gamesalad
Member Posts: 1,340
I was watching @The_Gamesalad_Guru video & he said I had to type in the Key store code because I'm having a problem with my validity so I opened up notes & copied what he had Keytool -genkey -v -keystore tincomeapps.keystore -alias
tincomeapps -keyalg RSA -keysize 2048 -validity 100000
the termianl isnt taking what I typed ... just wondering if anyone had one that was working . Thank you
Comments
Don't use any returns or such.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Send a screen grab of the terminal after you try to generate.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
You need a lowercase: keytool -genkey -v -keystore tincomeapps.keystore -alias
tincomeapps -keyalg RSA -keysize 2048 -validity 100000
I just did it it works. Have you signed android apps before? make sure you have the right java version. to find you java version in the terminal type java -version
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
@The_Gamesalad_Guru how do I know which version of java to use? The most updated one ?
@The_Gamesalad_Guru I just copy & pasted what you just put & this is what I keep getting .... I've been getting this since forever... the keystore I made Google Play said that it expired to soon
The whole command needs to be on one line. It looks like you have two lines. You can paste the whole command into a text editor, make sure it's all on the same line, then paste it into terminal if you want.
Yes watch the video everything is one line.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS