仿真器:进程完成,退出代码为-1073741515(0xC0000135) [英] Emulator: Process finished with exit code -1073741515 (0xC0000135)

查看:560
本文介绍了仿真器:进程完成,退出代码为-1073741515(0xC0000135)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Android Studio 4.0,模拟器30.0.12,Win 10

一切都很好,但是今天我的AVD模拟器停止了启动,并开始显示如下错误:

Everything has been ok, but today my AVD emulator stopped start and started to show error like this:

The emulator process for AVD Pixel_2_API_29 was killed.

如果我从 AVD Manager 启动它,或者如果我开始调试我的项目,则:

if I start it from the AVD Manager or if I started Debug my project then:

Emulator: Process finished with exit code -1073741515 (0xC0000135)

我尝试过:

  1. 删除并安装Android Studio;
  2. 重新安装了所有插件,gradle,sdk,模拟器;

但这并不影响一切.

也许有人知道如何解决此错误? 谢谢!

May be anyone knows how fix this bug? Thx!

推荐答案

我也多次遇到相同的情况,并且没有从Android Studio中得到确切的错误.

I've also faced the same situation many times and didn't get the exact error of why this happening from Android Studio.

要了解导致此问题的原因,请尝试从命令行(在Windows上为 cmd )运行仿真器,这还将显示所有错误和问题:

To understand of what causes this issue, try running the emulator from command line (cmd on Windows) which will also show the whole errors and issues you have:

$ANDROID_SDK/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel


P.S:要获取avd设备的列表,请转到"sdk_path\emulator"然后运行:


P.S: To get the list of avd devices, go to "sdk_path\emulator" then run:

emulator -list-avds

这篇关于仿真器:进程完成,退出代码为-1073741515(0xC0000135)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆