Keep getting Error Message

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.

@dako2

-> http://ionicframework.com/getting-started/

$ cd myApp
$ ionic platform add android
$ ionic build android
$ ionic emulate android