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

前端 未结 11 1799
遇见更好的自我
遇见更好的自我 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:27

    Just download the Android Studio and create a virtual machine from there. And run the same command(ionic emulate android). Everything should work fine if you do this.

    0 讨论(0)
  • 2021-02-01 16:29

    If you can't find the avd manager, go to Help -> Find Action -> avd and click on AVD Manager.

    0 讨论(0)
  • 2021-02-01 16:32

    In your terminal try run android avd

    Create your emulator and try ionic emulate android again

    0 讨论(0)
  • 2021-02-01 16:35

    First of all create the emulator image:

    Go to tools folder, i.e: "C:\Users\MyUser\AppData\Local\Android\sdk\tools"

    The command is:

    android create avd --name thename -k "system-images;android-25;google_apis;x86"
    

    Then emulate:

    ionic cordova emulate android
    

    **Make sure to have HAXM accelerator installed: "C:\Users\Myuser\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager"

    0 讨论(0)
  • 2021-02-01 16:36

    1) In your command promtp write and enter -android avd-

    2) Create your emulator

    3) Try -ionic emulate android-

    0 讨论(0)
提交回复
热议问题