Android Studio 无法运行模拟器
2018-10-24 本文已影响0人
Cabcab
报错:
Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!
Emulator: Process finished with exit code 1
Press Windows Key Type "Turn windows features on or off"
Find and uncheck Hyper-V
Restart
Then you just need to re-install the emulator
Open Tools->SDK manager in Android Studio
Click the SDK tools tab
Uncheck the Intel x86 Emulator Accelerator box
Click Apply
Check the Intel x86 Emulator Accelerator box
Click Apply
The emulator should download and reinstall and should give you a success message. Now the emulator should start.