Otavio Miguel
Otavio Miguel

Reputation: 342

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

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

Upvotes: 14

Views: 39344

Answers (6)

Maruf Hassan
Maruf Hassan

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

Tarun Dholakiya
Tarun Dholakiya

Reputation: 839

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

Upvotes: 5

Tuan Nguyen
Tuan Nguyen

Reputation: 2607

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.

Upvotes: 3

Varun Nath
Varun Nath

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.

enter image description here

Upvotes: 1

Ujjawal Pathak
Ujjawal Pathak

Reputation: 1

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

Upvotes: 0

Aditya_kr
Aditya_kr

Reputation: 175

try increasing the ram size of your emulator.

Upvotes: 1

Related Questions