Search code examples
androideclipseapkcode-signingin-app-billing

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?


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.