views:

163

answers:

1

Newbie question.

After I have written the Android App (easy part) I need to sign it and upload it (seems the hard part)

Is there an Open Source app or tool that I can use to do this so that I don't have to write command shell scripts. JARSIGNER looks overly complex.

I'm looking for a dead simple Sign-And-Package up tool.

I am using Eclipse with the Android plug in.

+2  A: 

If you're using eclipse so just right-click on your project -> choose export - choose android and the follow the steps of the export wizard

Roflcoptr
OMG, that is too easy. I am coming from the iPhone world and it's a more complicated there....
BahaiResearch.com