Domanda

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?

È stato utile?

Soluzione

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top