Android Studio Emulator and “Process finished with exit code 0”

前端 未结 15 1232
耶瑟儿~
耶瑟儿~ 2020-12-01 15:45

I\'ve updated android studio from 3.0 to 3.0.1 but when I launch Emulator it didn\'t get launched and gives message in event log:

Emulator: Process finished          


        
相关标签:
15条回答
  • 2020-12-01 15:58

    None of the solutions worked for me. I upgraded my previous Android Studio to 3.0.1 and received this issue while trying to restart the emulator.

    What worked for me was deleting Android Studio from Windows 'Add or Remove Programs'. Then go to C:\Users[User] and delete any android-related folders (.android, .AndroidStudioX.X, Android).

    Next go to C:\Users[User]\AppData\Local and delete any Android-related folders there. Restart your system and re-download android studio from their official site (https://developer.android.com/studio/index.html). Install Android Studio from fresh and don't import any old settings.

    When Android Studio finishes installing, I launched AVD from 'Tools > Android > AVD Manager', created a pixel 2 device with 4096mb of RAM running Android API P x86. Start it up and it works!

    0 讨论(0)
  • 2020-12-01 15:59

    I had this issue in Android Studio 3.1 :

    I only have on board graphics. Went to Tools -> AVD Manager -> (Edit this AVD) under Actions -> Emulated Performance (Graphics): select "Software GLES 2.0".

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

    I also had the same problem.I fix this problem by editing Graphics of AVD. Tools > Androids > AVD Manager > Actions > Edit > Show Advance Settings > Graphics -> Software. I hope this solution help u!

    0 讨论(0)
  • 2020-12-01 16:06

    I was getting the following error when starting the emulator and none of the answers fixed it.

    Emulator: Process finished with exit code -1073741515 (0xC0000135)

    Finally I found that Visual C++ is not installed in my system. If it is not installed please install Visual C++ and check.

    Please find the link below to download latest Visual C++.

    https://support.microsoft.com/en-in/help/2977003/the-latest-supported-visual-c-downloads

    0 讨论(0)
  • 2020-12-01 16:09

    Docker installation selected Hyper-V on windows by default. Deselect the Hyper-v b

    This worked for me.

    0 讨论(0)
  • 2020-12-01 16:10

    I solved this issue by offing all of advantage features of my graphics card in its settings(Nvidaa type). It started to throw such hanging error less a lot. But finally I found a simplier way: In avd manager you need to put less resolution for the avd. Say, 400x800. Then I reenabled graphics card features again and now it runs all ok. (I suspect my graphics card or cpu are weaker than needed. )

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