Aniruddha Pondhe
Aniruddha Pondhe

Reputation: 1870

Phonegap Emulator Error - 'emulate android' is not a phonegap command

When I execute the following command in the terminal: phonegap emulate android

I am getting the following error:

[error] 'emulate android' is not a phonegap command.

Upvotes: 1

Views: 212

Answers (1)

QuickFix
QuickFix

Reputation: 11721

It seems that phonegap cli has less and less commands at each new version.

Either run phonegap run android which should look for a device and start the emulator if none is found

or install the cordova cli and then use cordova emulate android

Upvotes: 2

Related Questions