I successfully executed the following commands
$ npm install -g cordova $ npm install -g ionic $ ionic start myApp blank $ cd myApp $ ionic platform add android
But the following command does not work
$ ionic build android
when I execute the command, I see an error, i.e. “ No platforms added to this project. Use platform platform platform platform
Please help me with your suggestions, thanks
android ionic-framework
Shan biswas
source share