Cordova android emulator stopped working

前端 未结 7 546
隐瞒了意图╮
隐瞒了意图╮ 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:40

    Just re run after starting emulator manually.

    Create Emulator

    1. type android in cmd and hit enter, a GUI will come.
    2. Under tools section click “manage AVDs” and follow the further instruction to create a new AVD.

    Start Emulator

    1. emulator.exe -avd *avdname* in cmd (wait for few minutes for full start up)
    2. now re run cordova. it will work.

提交回复
热议问题