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

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

提交回复
热议问题