Building and publishing an app for Android

Building and publishing an Android app is a little more straightforward than iOS because you just interface with the command line to build the .apk file and upload it to Google Play's Developer Console.

The Ionic Framework documentation also has a great instruction page for this, which is http://ionicframework.com/docs/guide/publishing.html.

Getting ready

The requirement is to have your Google Developer account ready and to log in to https://play.google.com/apps/publish.

Your local environment should also have the right SDK as well as keytool, jarsigner, and zipalign command line for that specific version.

How to do it…

Here are the instructions:

  1. Go to your app folder and build for Android with the following ...

Get Ionic : Hybrid Mobile App Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.