I tried many options to connect with adv but always I receive connection refused. My setup is following:
Kali is in Virtual Box on Win 10. Kali has NAT network with IP 10.0.2.15 with no port forwarding.
Android Studio is on the sam Win 10 machine like Virtual Box. settings are setup to no proxy. Emulator Pixel 6 has IP 10.0.2.2.
Windows 10 has IP 192.168.1.131
I allowed IP address and port 5555 to pass through.
Also I tried adb kill-server and adb start server, and then adb tcpip 5555.
Tried to search on internet and ChatGPT without luck. Also I followed instructions from Android Developers Networking without luck.
Anyone knows what could be issue?