Emulator not working in Android Studio 2.0

后端 未结 7 1554
借酒劲吻你
借酒劲吻你 2021-01-05 06:51

I am using Android Studio 2.0 Stable version. Whenever I click on the play button on the device to run it shows starting AVD progress in android studio and after completing

7条回答
  •  温柔的废话
    2021-01-05 07:54

    1. open cmd
    2. type set and check if you can see C:\Windows\System32\Wbem in PATH variable

    3. go to Control Panel -> System (on the left)->Advanced system settings -> (button at the bottom) Environment variables

      Either in user variables (or more likely system variables) in variable PATH remove

      %SystemRoot%\System32\Wbem (or  C:\Windows\System32\Wbem)
      
    4. restart studio

提交回复
热议问题