Reputation: 2594
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
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
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