Android studio Emulator: Process finished with exit code -1073740791 (0xC0000409)

天涯浪子 提交于 2020-01-06 05:24:28

问题


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)

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


回答1:


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

and then run

adb kill-server

adb start-server

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



来源:https://stackoverflow.com/questions/51970270/android-studio-emulator-process-finished-with-exit-code-1073740791-0xc0000409

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!