Connect Phsical Android Emulator From Command Line
Sep 12, 2023
Firstly check your ANDROID_HOME environment variable. İf not exist create one.
Open the terminal
cd %ANDROID_HOME%/platform-tools
After that open wireless debugging screen from settings on your android phone.
Enter your ipAddress and port like that adb pair ipaddr:port
Example:
adb pair 192.168.1.23:35265
Enter the pairing code and Voila!