Hi,
I'm trying to send OSC message to my android device but I'm getting each time BindException EADDRINUSE (address already in use). I've tried several different port numbers but it always fails...
I made sure i have the right IP, that the Internet permission is checked, I'm currently using code from this post to make sure it was not a problem with a stupid mistake.
All clues I could find were more about using directly the android SDK . I've tried to restart my phone to make sure i didn't have other app running which would use all these ports, but nothing has changed.
In the mean time, sending OSC from the android device towards my laptop works like a charm...
Any idea what else I could try?
Thanks!