On May 5, 1:38 am, hivebrain <hivebr...@gmail.com> wrote:
> I am following the instructions on code signing on the Android
> Developer site, and it mentions that if you specify that you want to
> compile in Debug mode, it automatically signs the resulting file with
> a debug key.  It also says that if you specify that Eclipse should
> compile in Release mode, that you can use the Export Wizard to
> generate a private key and handle the distribution signing.
>
> Can someone point me to the setting in Eclipse for Release vs. Debug
> compiling.  When I use the Export Wizard, I am only given the option
> to export unsigned.  I am pretty sure I am stuck in Debug mode, since
> my app has no problem running in the emulator or my tethered G1.

There isn't really a separate "mode" as such for release. When the
docs refer to "release mode" they are just talking about signing your
apk with your own private key (which is required for uploading to the
Market). The latest SDK has stuff in the export wizard to help with
that, but in the older releases you can only export unsigned and then
sign with the command-line tools.

--
Jon

--~--~---------~--~----~------------~-------~--~----~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to