ERROR : No emulator images (avds) found thrown on windows 8 while opening emulator

前端 未结 11 1800
遇见更好的自我
遇见更好的自我 2021-02-01 15:55

I am having one cordova application made in ionic framework i want to test it in emulator som fired command ionic emulate android and it threw following error Error

11条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 16:14

    If you want to use your Android Physical Device, then try following things:

    1. adb devices - This command should list your connected device. If device is not listed, unplugged it and again plug the device. Do not forget to put device in Developer mode.
    2. Check your Phone, if you got Alert over your phone asking permission, please accept that.
    3. Again run the application

提交回复
热议问题