android - Cordova emulator not starting -


i trying use android emulator install app on it.

unfortunately emulator never starting up. use following command in cordova project:

cordova emulate android 

the last output console is:

waiting emulator... 

but emulator never start (i waited 45 minutes now).

the path variables correctly set , can start emulator using eclipse or android studio not using command cordova.

any hints?

if can start emulator through android studio, work around start emulator outside , run command

cordova run android 

it deploy app in running emulator.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -