Dumb question but umm, how do I get or download the keytool? When type in "keytool" in the command line, I get "key is not recognized as an internal or external command, operable program or batch file"
I have read somewhere that keytool and jarsigner come with the jdk, but if I already have it, would I still get that error message in the command prompt? Many Thanks On Oct 15, 5:23 am, "Ewan Grantham" <[EMAIL PROTECTED]> wrote: > Thanks! That's what I was looking for! > > On Wed, Oct 15, 2008 at 4:06 AM, legerb <[EMAIL PROTECTED]> wrote: > > > Use keytool and jarsigner, they come with the jdk. > >http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html > >http://java.sun.com/j2se/1.3/docs/tooldocs/win32/jarsigner.html > > > eventually this is what worked for me: > > keytool -genkey -keystore refArchive/myKeyStore -alias somealias > > jarsigner -keystore refArchive/myKeyStore -signedjar refArchive/ > > testapks.apk refArchive/testapk.apk somealias > > > On Oct 14, 2:48 pm, "Ewan Grantham" <[EMAIL PROTECTED]> wrote: > > > OK, appreciate the suggestions on how to list in alternate marketplaces. > > The > > > one thing stopping me, is that what I was also looking for was a decent > > > step-by-step on how to sign my app. I gather I can change a setting in > > > Eclipse to do the release build, but then I still need to do "something" > > > with keysign. Can anyone explain that part of the process, please? > > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

