Android studio模拟器:流程结束,退出代码为-1073740791(0xC0000409) [英] Android studio Emulator: Process finished with exit code -1073740791 (0xC0000409)

查看:97
本文介绍了Android studio模拟器:流程结束,退出代码为-1073740791(0xC0000409)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Android模拟器上创建React Native应用.

I am trying to create a React Native app on Android emulator.

但是,在尝试启动模拟器时,我始终收到以下错误消息.它崩溃并显示以下内容:

However, I keep getting the error message below when trying to start up the emulator. It crashes with the following:

16:07   ADB rejected shell command (getprop): closed

16:07   Emulator: Process finished with exit code -1073740791 (0xC0000409)

是否有解决此问题的方法?抱歉,我是android studio的新手

Is there a way to fix this issue? Sorry I am new to android studio

推荐答案

尝试重新启动adb服务器.转到C/用户/(用户名)/AppData/本地/Android/SDK/平台工具在命令提示符下,通过

Try to restartthe adb server. Go to C/users/(username)/AppData/Local/Android/Sdk/platform-tools In the command prompt by doing

cd C/users/(username)/AppData/Local/Android/Sdk/platform-tools

然后运行

adb kill-server

adb start-server

请注意,上述命令可能会根据您sdk在系统中的安装位置而改变.

Note that the above command may change depending upon the installed location of your sdk in system.

这篇关于Android studio模拟器:流程结束,退出代码为-1073740791(0xC0000409)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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