bind failed: eaddrinuse

  1. R

    Android Question java.lang.RuntimeException: java.net.BindException: bind failed: EADDRINUSE (Address already in use)

    Just fixed a strange error that might be worth mentioning. Some weeks ago I added some code to be able to send data (in my case just a SQL string) to other users on the WiFi network. Taken from this example project posted by Erel...
Top