在更新到Android Studio 2020.3.1金丝雀15后,当我试图运行模拟器时,它会被这个错误杀死:
AVD Pixel_4_API_30的模拟器进程已终止。
它在以前的版本(4.1.3)中工作正常,但现在安装新版本后,它显示相同的错误。
在类似的情况下,我尝试了一些建议的解决方案;然而,它仍然不工作。
我删除了我的模拟器(也清除了目录:/.android/avd/),并再次创建了一个新的模拟器
我将HAXM安装程序更新到7.6.5版本
我试着用较低的api运行模拟器,但是…
错误图片:
北极狐更新后遇到了这个问题。
在看到关于终止的错误消息后,打开android studio日志
用户(“C: \ \ YourUserName \ AppData \本地日志\谷歌\ AndroidStudio2020.3 \ \ idea.log”)
向下滚动,并尝试找到日志行文本“模拟器终止与退出代码”。也许,终止的原因可以在这条消息的上面找到几行-对我来说是
“模拟器:无法添加库vulkan-1.dll:失败”。
如果你有同样的原因-去C:\Windows\System32目录,在这里搜索名为vulkan-1-999-0-0-0.dll的文件,并将其重命名为vulkan-1.dll(我已经复制了一份以防万一,并命名为“vulkan-1.dll”)。
这为我解决了问题。
对于Linux(应该与windows类似)
找到你的Sdk/模拟器目录
运行。/emulator -list-avds
注意AVD名称表单输出。“Pixel_2_API_30”
运行。/emulator @Pixel_2_API_30
这将尝试启动模拟器与选定的设备,并显示错误,如果有,在我的情况下,这是一个磁盘空间的问题,因为我是低的家庭空间。
emulator: ERROR: Not enough space to create userdata partition. Available: 5084.121094 MB at /home/user/.android/avd/Pixel_2_API_30.avd, need 7372.800000 MB.
我在其他分区/磁盘中有足够的空间,所以我通过设置环境变量“ANDROID_AVD_HOME”来更改AVD位置,并在此之后启动Android Studio,使用AVD管理器重新创建了一个设备,HTH。
在回答完所有问题后。
这个答案可以帮助你找到根本原因。清除下面的文件并重新启动设备以了解问题
C:\Users\YourUserName\AppData\Local\Google\AndroidStudio2020.3\log\idea.log"
我的问题来了
2021-10-13 19:11:54,776 [1564693] INFO - manager.EmulatorProcessHandler - Emulator: init: Could not find wglGetExtensionsString! arbFound 0 listarbNull/empty 1 0 extFound 0 extNull/empty 1 0 remote 0
在进一步的搜索中,我发现这指出了改变高级设置(Ram大小)和图形配置
步骤1:-在设置设备时单击高级设置
步骤2:-更改2设置高亮显示。将其设置为512和自动到软件GLES
要解决这类问题,通常你没有一些文件,你需要从谷歌下载并粘贴。我也面临着同样的问题。但是在谷歌上花了很多时间后,我终于得到了解决方案。
步骤如下:-
Create virtual device using AVD Manager
start the emulator
if it is showing your emulator has terminated
Then go to ("C:\Users\YourUserName\AppData\Local\Google\AndroidStudio2020.3\log\idea.log")
check the issue by scroll down(on bottom you can check)
If you are getting the same issue
Then go to C:\Windows\System32 directory, search here for file called vulkan-1-999-0-0-0.dll
If file is already in directory, then just rename the file into "vulkan-1.dll"
else download the file from this link
you will have zip file, just extract and paste the vulkan-1-999-0-0-0.dll file and perform the step 8.
我在Ubuntu 20.04.3 LTS上运行Android Studio Bumblebee 2021.1.1时遇到了这个问题。
在我的情况下,问题是NVideo内核模块和NVideo客户端库之间的不匹配,从dmesg输出中注意到(这些日志条目出现在每次AVD重新启动和失败时):
NVRM: API mismatch: the client has the version 470.103.01, but
NVRM: this kernel module has the version 470.86. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
我的解决方案是使用Ubuntu的附加驱动程序对话框升级NVidia驱动程序以打包NVidia -driver-510。然后重新启动。
在启动arm64模拟器时遇到了类似的问题。我有足够的磁盘空间,并尝试卸载模拟器并重新安装它。但这并没有帮助。
我能够通过运行以下命令来解决问题:
emulator -list-avds
emulator @NameOfAvd
这假设你在路径上有模拟器。执行最后一个命令显示了以下错误,在Android Studio运行时不可见:
[4453299712]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib
Could not launch '/Users/username/../emulator/qemu/darwin-x86_64/qemu-system-aarch64': No such file or directory
从Android/sdk/tools路径执行命令模拟器@NameOfAvd可以启动arm64 AVD。
由于这个问题花了我不少时间来解决,我想在OSX上分享我的解决方案。说实话,在我的情况下,问题是我之前使用的Android SDK没有Android Studio,因此环境变量没有正确配置。
检查idea.log(帮助>显示登录查找器)我意识到这些错误细节:
PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT
我迅速地将环境变量添加到我的.zshrc (preferences >…> Android SDK),在我的情况下:
export ANDROID_SDK_ROOT=/Users/felixgeissler/Library/Android/sdk
但到目前为止,问题仍然存在:
PANIC: Broken AVD system path. Check your ANDROID_SDK_ROOT value [/Users/felixgeissler/Library/Android/sdk]!
在那之后,我意识到我在我的.zshrc中也定义了ANDROID_HOME变量。删除此条目以某种方式解决了这个问题!我假设删除的变量干扰了SDK根。