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
Post a Comment