Multiplayer connection. Networking, Port problem.

Hi,

I have a lot of problems with connecting two or more players, even 1 player with dedicated server. I have a lot of logs suggesting port listening problems, connection not established, etc…
It always runs smooth without problems for the first few times, but happens to stop working after some plays. I discovered that it was caused by…adb process that is fired along with game when i start it, and hanging there after my game is closed.
After manually killing adb process it starts to work. It looks like it occupied some resources needed by game, I don’t know what, maybe listening on ports? More of that I don’t even start a game on Android, it’s just local windows exec.
Can you look inside that?