Android Studio Emulator and “Process finished with exit code -1073741511 (0xC0000139)”

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-18 15:27:29

问题


I'm trying to emulate my application using Android Studio Emulator (i'm developing by Android Studio) but I receive this error message:

Emulator: Process finished with exit code -1073741511 (0xC0000139)

Do what can I do?

Problem image:


回答1:


Simply follow the below points

  • Open Android Virtual Device Manager
  • Click on Options for Virtual device
  • Step 1: Wipe Data
  • Step 2: Cold Boot Now



回答2:


Android Studio Emulator: Process finished with exit code 1. Maybe disk drive is FULL. You can delete some virtual devices unused. It works for me.




回答3:


try increasing the ram size of your emulator.




回答4:


Simple solution:

Make sure to select x86 Images when creating a new emulator. Sometimes the system image under Reccomended tab MAY NOT WORK.




回答5:


increase the ram of the AVD virtual emulator you made and also update the API



来源:https://stackoverflow.com/questions/44999569/android-studio-emulator-and-process-finished-with-exit-code-1073741511-0xc000

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