yes, see http://ant.apache.org/manual/CoreTasks/signjar.html

On Oct 15, 11:15 am, MojoChris <[EMAIL PROTECTED]> wrote:
> An Ant task for this would be great. Anybody got one? I'm not that
> point yet in my development or I'd build one.
>
> Thanks
>
> C.
>
> On Oct 15, 10:37 am, Teo <[EMAIL PROTECTED]> wrote:
>
> > That part of the documentation is a bit shady, maybe it would indeed
> > be good to have a relevant usage example of keytool andjarsigner. 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 andjarsigner, 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