0

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
Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

0

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"
primus
  • 30
  • 4
  • How to use this command? Can you help more on this? It will be very helpful. I tried on terminal but it is showing: ```sdkmanager: command not found``` And yes thank you for answering. – Adesh Choudhar Jul 09 '20 at 21:24
  • It should come with AndroidStudio. If you don't have it follow https://stackoverflow.com/a/62119971/13891284 to install [Command line tools](https://developer.android.com/studio/index.html#command-tools). – primus Jul 10 '20 at 15:19
  • I installed Canary version, the issue got resolved. Thank You very much. – Adesh Choudhar Jul 14 '20 at 09:30