So , i have deployed android studio emulator (nexus 5) on host machine (windows 11) and kali vm on vmware . I have been trying to connect adb bridge between them , i have adb access on my host console , and even binded the port to 5555, and my vm is on "NAT", it is able to ping my host machine , but i couldn't establish an connection between them , even tried turning my firewall off on both , the ports are all listening properly
Please tell any suggestion
I have also tried to expose the port 5555 from adb which was locally exposed ,
Found through netstat ,
Tcp 127.0.0.1:5555 0.0.0.0
Used ,
adb -a -P 5555 server nodaemon
But it prompts that another process is running which the emulator itself