Problem with the emulator since the update

前端 未结 3 1424
终归单人心
终归单人心 2020-12-19 12:11

I have had a problem with my emulator Android Studio for a few days, when I try to compile my code, my event log marks this:

09:13   Emulator: socketTcpLoopb         


        
3条回答
  •  眼角桃花
    2020-12-19 12:21

    I got the same errors with some more, too. I am using flutter for development and when I used the flutter doctor, I found that some Android licenses were missing and just after I accepted them all, the errors were gone. So, check the licenses or reinstall the SDKs.

    If you are specifically using flutter, I would suggest upgrading (or reinstalling) the flutter package and make sure you have turned on "Windows Hypervisor Platform" if you are using an AMD processor.

    [UPDATE]: I'm getting the same errors back. Now, found a workaround rather than a solution. I installed Android Studio 4.2 Canary 7(Latest) along with my Stable build and opened the emulator from it and didn't get any errors. So, I'm opening the emulator from Canary and running the project on emulator from my regular Stable Android Studio.

    It seems that some issues exist with the current stable build of Android Studio and they are fixed somehow in the latest Canary build.

    Check out: Emulator 30.0.12 Canary Changelogs

提交回复
热议问题