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

前端 未结 15 1303
耶瑟儿~
耶瑟儿~ 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 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

提交回复
热议问题