Open
Description
this is a feature request.
I try running new projects on my physical device and I use the wifi method of adb to get rid of cables.
In Android Studio, I use some plugin to do that. It saves a connection string to it and eases the pain of connecting.
I tried adb devices
from a console, so adb itself does not scan network and expects manual connection command outside Android Studio to connect to these wifi enabled devices. Hence the android mode cant detect them neither.
Can you please add a way to connect to wifi debug enabled devices, and also store the connection, within the IDE?