问题
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