美文网首页
Android Studio 无法运行模拟器

Android Studio 无法运行模拟器

作者: Cabcab | 来源:发表于2018-10-24 17:13 被阅读0次

报错:
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.

相关文章

网友评论

      本文标题:Android Studio 无法运行模拟器

      本文链接:https://www.haomeiwen.com/subject/apwbaftx.html