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

前端 未结 6 2016
滥情空心
滥情空心 2020-12-15 23:34

I\'m trying to emulate my application using Android Studio Emulator (i\'m developing by Android Studio) but I receive this error message:

Emulator: Pr

相关标签:
6条回答
  • 2020-12-16 00:13

    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.

    0 讨论(0)
  • 2020-12-16 00:15

    Simple solution:

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

    0 讨论(0)
  • 2020-12-16 00:15

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

    0 讨论(0)
  • 2020-12-16 00:31

    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
    0 讨论(0)
  • 2020-12-16 00:32

    try increasing the ram size of your emulator.

    0 讨论(0)
  • 2020-12-16 00:33

    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.

    0 讨论(0)
提交回复
热议问题