问题
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