That part of the documentation is a bit shady, maybe it would indeed
be good to have a relevant usage example of keytool and jarsigner. I'm
still not convinced i covered all of the things i should in my .apk
signing :)

Thanks,
Teo

On Oct 15, 1:23 pm, "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 android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to