Basic Application Steps

What to do for build android after creating project

Make sure that you have ADK installed.

Then run the following:

$ ionic platform add android
$ ionic build android
$ ionic emulate android

This will add the android plattform to your project, build the android app and finally start it in the android simulator.