Android Emulator

|▌冷眼眸甩不掉的悲伤 提交于 2020-08-10 19:30:08

问题


This is error constantly troubling me.

2:48 PM Emulator: E0703 14:48:54.862877684    8457 socket_utils_common_posix.cc:201] check for SO_REUSEPORT: {"created":"@1593767934.862700600","description":"SO_REUSEPORT unavailable on compiling system","file":"/mnt/tmpfs/src/android/emu-master-dev/external/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":169}

The description given is :

"description":"SO_REUSEPORT unavailable on compiling system","file":"/mnt/tmpfs/src/android/emu-master-dev/external/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":169

回答1:


I think this is maybe related to fix in Emulator 30.0.18 (https://androidstudio.googleblog.com/2020/06/emulator-30018-canary.html). Try to update your emulator with different channel

sdkmanager --channel=3 "emulator"


来源:https://stackoverflow.com/questions/62712661/android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!