Reputation: 342
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:
Upvotes: 14
Views: 39344
Reputation: 1248
I tried all the above answers and none worked.
I found the root of this issue was because I had removed Microsoft Visual C++ 2015-2019 Redistributable(x64).
Just install it from here and restart your computer. It will fix the issue.
Upvotes: 2
Reputation: 839
Simply follow the below points
Upvotes: 5
Reputation: 2607
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.
Upvotes: 3
Reputation: 5632
Simple solution:
Make sure to select x86 Images when creating a new emulator. Sometimes the system image under Reccomended tab MAY NOT WORK.
Upvotes: 1
Reputation: 1
increase the ram of the AVD virtual emulator you made and also update the API
Upvotes: 0