most useful post of the week.  thank you.

On Wed, Oct 15, 2008 at 2: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!
> >
>


-- 
http://www.easankatir.com/

--~--~---------~--~----~------------~-------~--~----~
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