Add --forward-port and --reverse-port via ADB on Android#2369
Add --forward-port and --reverse-port via ADB on Android#2369mhsmith merged 7 commits intobeeware:mainfrom
--forward-port and --reverse-port via ADB on Android#2369Conversation
mhsmith
left a comment
There was a problem hiding this comment.
Thanks, this is very good. Obviously it only works when the app is launched via Briefcase, but like --shutdown-on-exit, it could still be useful for all kinds of scripted situations.
Yes, that was the intention of these options. If you need a permanent connection to the Android device, you would have to use ADB manually. For this it would also be practical to have access to the ADB downloaded by |
|
There are some similar ideas in #747. |
Co-authored-by: Malcolm Smith <smith@chaquo.com>
This PR adds the possibility to forward/reverse a port to an Android app via ADB.
I needed the forwarding/reversing for adding debug capabilitys to Android in #2351. But now I also have another use case, where I want to connect the android app to a REST-Server running on my host system. So I though it would be generally a useful feature for briefcase.
PR Checklist: