Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top