问题描述
我是Android Studio的新手,使用模拟器时遇到问题.当我尝试运行它时,它总是崩溃:
I am new to Android Studio and I am having problems while using the emulator. When I try to run it keeps crashing saying:
无法启动'C:\ Users \ Jay \ AppData \ Local \ Android \ Sdk \ emulator/qemu/windows-x86_64/qemu-system-i386.exe': 没有这样的文件或目录
Could not launch 'C:\Users\Jay\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory
我已经从BIOS设置启用了VT-x,但是我遇到了问题.我已经搜索了很多,找不到答案.任何帮助都感激不尽.谁能给我解决方案?
I have enabled VT-x from BIOS settings yet I am having the problem. I have searched a lot and cannot find an answer. Any help will be much appreciated. Can anyone give me a solution?
错误的屏幕截图
推荐答案
这似乎是与最近更新有关的问题.临时解决方案是从命令行的/path/to/android-sdk/tools
目录中启动仿真器.
This seems to be an issue relating to the recent update. A temporary solution is to launch emulator from within the /path/to/android-sdk/tools
directory in the commandline.
请参见 https://code.google.com/p/android/issues/detail?id = 235461 来解决此问题.
这篇关于无法在模拟器中启动AVD:找不到QT库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!