Hello, I am trying to run my app on android, and I keep getting the same error message when I type 'Ionic emulate Android"
Error: No platforms Added to this project. Please use Cordova platform add
Help please?
Thanks,
Dakota.
Hello, I am trying to run my app on android, and I keep getting the same error message when I type 'Ionic emulate Android"
Error: No platforms Added to this project. Please use Cordova platform add
Help please?
Thanks,
Dakota.
-> http://ionicframework.com/getting-started/
$ cd myApp
$ ionic platform add android
$ ionic build android
$ ionic emulate android