[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Jack Ha
Did you compile your application in release mode and then sign the .apk with your private key? http://developer.android.com/guide/publishing/app-signing.html#releasemode -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread adam jones
Hello Tobias, Yes you can follow the process as mentioned in http://developer.android.com/guide/publishing/preparing.html You can generate the key manualy or you can generate using eclipse- http://developer.android.com/guide/publishing/app-signing.html#ExportWizard Let me know if you still

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Tobias Eisentraeger
Ok, the only thing i did not find in eclipse is how i compile in release mode. I think i did the rest correct. How do i compile in release mode? Thanks, --- Toby 9. Aug 2009 10:11 vorm. schrieb am adam jones adjo...@googlemail.com: Hello Tobias, Yes you can follow the process as mentioned in

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Jack Ha
Right-click your project in the Package Explorer and select Android Tools-Export Unsigned Application Package. -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity,

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Tobias Eisentraeger
Thanks - I got it working now. I manually deleted the old version off the phone, increased the version nr, recompiled, resigned with same key reuploaded it and that was it. --- Toby On Aug 9, 2009 5:30 PM, Jack Ha jack...@t-mobile.com wrote: Right-click your project in the Package Explorer and