Run with emulator this error will occur (I am using genymotion)

Couldn’t start project on Android: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048)
could not read ok from ADB Server

  • failed to start daemon *
    error: cannot connect to daemon

This is not an expo problem.

You Should connect the emulator to your computer.

Remember the address of the device registered in ‘genymotion Shell’. You use devices list

Open terminal => adb devices #It may be empty. => adb tcpip 5555 => adb connect your ip:5555 => adb use usb

And adb devices #See your device list

And You need to switch USB debugging to ON by entering developer options in your emulator.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.