[android-developers] Re: Program Finished - Now What?

2008-11-09 Thread CM
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,

[android-developers] Re: Program Finished - Now What?

2008-10-17 Thread zl25drexel
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 PROTEC

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread MojoChris
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 key

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread Easan
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 > >

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread Teo
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: >

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread Ewan Grantham
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 > > ev

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread legerb
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 -keyst

[android-developers] Re: Program Finished - Now What?

2008-10-14 Thread Ewan Grantham
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 k

[android-developers] Re: Program Finished - Now What?

2008-10-13 Thread Al Sutton
Hi Ewan, You can list it up at http://andappstore.com/ if you have an .apk available. The site is getting a fair number of hits which would indicate people are looking at it, and new releases get fed into an RSS feed and twitter. If you're looking for a way to get into Googles Marketplace, at

[android-developers] Re: Program Finished - Now What?

2008-10-13 Thread Shane Isbell
On Mon, Oct 13, 2008 at 12:14 PM, Ewan Grantham <[EMAIL PROTECTED]>wrote: > OK, I have completed coding for the first version of my game (basically > it's as complete as I can get it before launch). I gather I need to do > something to "sign" the package (there's a link for that, right?). But then