14

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:

enter image description here

jww
  • 97,681
  • 90
  • 411
  • 885
Otavio Miguel
  • 334
  • 1
  • 5
  • 15
  • Please add the stack strace from android studio's monitor. – Juan Jul 09 '17 at 18:19
  • That one line is not enough to understand the problem.Please post the whole Logcat result. So someone can help you. – Zohaib Hassan Jul 09 '17 at 18:31
  • @Otavio Migual could you solve this issue in the meantime? – prom85 Feb 06 '18 at 12:22
  • I believe this error is rooted in Python. Exit code -1073741511 means there is a missing dll. See https://stackoverflow.com/questions/40530001/process-finished-with-exit-code-1073741511-0xc0000139 - this means some aspect of the installation must have gone bad. – tofutim Apr 01 '18 at 02:18

6 Answers6

5

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 enter image description here
Tarun Dholakiya
  • 829
  • 1
  • 10
  • 16
3

enter image description here

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.

Tuan Nguyen
  • 2,542
  • 19
  • 29
2

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.

Maruf Hassan
  • 1,083
  • 18
  • 29
1

try increasing the ram size of your emulator.

Aditya_kr
  • 175
  • 1
  • 13
  • @OtavioMiguel, can you please share how did you resolve this big problem??? – CodeToLife Jan 21 '18 at 12:35
  • this was my decision though: https://stackoverflow.com/questions/49497518/android-studio-3-0-1-shows-process-finished-with-exit-code-1073741819-0xc00000 – CodeToLife Sep 14 '18 at 12:35
1

Simple solution:

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

enter image description here

Varun Nath
  • 5,570
  • 3
  • 23
  • 39
0

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