Joe Simpson
Joe Simpson

Reputation: 2594

How can I automatically sign applications for billing?

I'm having a few issues with Android/Eclipse with using Android Market Billing. I have to sign my application properly for it to work (according to the dev guide), but I don't want to have to go through the whole process all the time.

Is there a step I can add to Eclipse so it'll automatically sign the APK?

Upvotes: 4

Views: 1292

Answers (2)

Dr.Luiji
Dr.Luiji

Reputation: 6221

You can use the Export Wizard from Package Explorer. With 3 simple steps you are ready to publish on an application marketplace such as Google Play.

Check the link below for more info http://developer.android.com/guide/publishing/app-signing.html#ExportWizard

Upvotes: 0

Nikolay Elenkov
Nikolay Elenkov

Reputation: 52956

You can use Ant to export a signed APK with a single command. There is no single-click 'Export signed APK' action in Eclipse.

Upvotes: 4

Related Questions