You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, sounds like a good idea! I don't have time to implement it right now, but will tag it as enhancement request. Maybe somebody can contribute a PR :-)
codeanticode
changed the title
add a way to connect devices set for debug over wifi from within IDE
Connect devices set for debug over WiFi from within mode
Apr 19, 2022
Thanks for the suggestion, sounds like a good idea! I don't have time to implement it right now, but will tag it as enhancement request. Maybe somebody can contribute a PR :-)
I think we can add adb wrappers specific to our project, this will help other developers to connect adb with processing.
One such an example is - to enable system level logging via adb.
Nice idea to have adb integrations in processing 💯
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?
The text was updated successfully, but these errors were encountered: