Usage: $0 emulate [] [options] [-- [platform options]] Description: Installs your application onto the emulator of one or more specified platforms. When no platforms are specified, all installed platforms will be run on emulators. This is an alias command for: $0 run --emulator Options: --target install to a specific target --debug build in debug mode (default) --release build in release mode --nobuild skips the build and only installs the app Experimental Options: --browserify plugin javascript is loaded into cordova.js Examples: $ $0 emulate android $ $0 emulate android ios Also See: $0 help run