Key store code problem

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

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Don't use any returns or such.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Send a screen grab of the terminal after you try to generate.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    edited July 2015

    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

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @The_Gamesalad_Guru how do I know which version of java to use? The most updated one ?

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @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 soonImage and video hosting by TinyPic

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    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.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Yes watch the video everything is one line.

Sign In or Register to comment.