How to use Eclipse to create released signed apk?

Dean-O picture Dean-O · Aug 5, 2010 · Viewed 49.7k times · Source

I have been a Java programmer/instructor since Java was Oak (which is the development name for Java).

Where can one find how to use eclipse to sign an app for release? I have found several how to docs/web sites, but not detailed enough for a newbie to this android world.

I have a screen that comes up that wants the Alias, organizational unit, etc... what are valid values for these entries?

Thanks in advance for any assistance.

Answer

Benny Skogberg picture Benny Skogberg · Aug 5, 2010

Right-click your project in Eclipse > Chose Android Tool > Export Signed Application Package...

This question has been answered before: here. You'll find more to read on developer.android.com