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:
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:
Simply follow the below points
Simple solution:
Make sure to select x86 Images when creating a new emulator. Sometimes the system image under Reccomended tab MAY NOT WORK.
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.