Cordova android emulator stopped working

前端 未结 7 556
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 05:14

I\'m building an app for Android using Cordova. The android emulator was working fine but I wasn\'t using it because I installed the Ripple emulator. I continued on building my

7条回答
  •  梦谈多话
    2021-01-31 05:23

    I finally found a work around. I don't know why Cordova 3.2 isn't able to start the emulator automatically on my system, because it does work on my laptop. Downgrading to 3.0 seems to fix the problem:

    npm uninstall cordova
    npm install -g cordova@3.0.0
    

提交回复
热议问题