Update to Android SDK Tools 23.0.5 and avd doesn't start

前端 未结 6 675
臣服心动
臣服心动 2020-12-09 05:36

I am running on Windows 8.1 x64, developing Android apps using ADT Bundle. Previously (before updating the Android SDK Tools) the AVD was working very correctly and after th

6条回答
  •  醉梦人生
    2020-12-09 05:59

    I've run into the same problem here and in my research I was able to find a documentation on the android developer site that helped me out with this.

    1. Start the Android SDK Manager, select Extras and then select Intel Hardware Accelerated Execution Manager.

    2. After the download completes, run [sdk]/extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM.exe

    3. Follow the on-screen instructions to complete installation.

    4. After installation completes, confirm that the virtualization driver is operating correctly by opening a command prompt window and running the following command:

      sc query intelhaxm

    You should see:

     SERVICE_NAME: intelhaxm
       ...
       STATE              : 4  RUNNING
       ...
    

    Refer to this documentation here: Using the Emulator - Configuring VM Acceleration on Windows

    Hope it helps.

提交回复
热议问题