Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
Qt Creator 4.9.2
Description
While adb supports connecting to devices over WiFi, the "Select Android Device" popup in Qt Creator does not list such devices, so it’s not possible to to run or debug Android apps from Qt Creator on remote devices.
This seems to be due to Qt Creator killing the adb server every time the popup is shown, as a remotely connected device will also no longer show in adb once the "Select Android Device" popup is shown.
As remote debugging is critical for some use cases (e.g. when connecting Android devices to external hardware) I’d appreciate if support for this can be considered for future releases.
Steps to reproduce
- Connect Android device via WiFi using adb (see documentation)
- Run or debug a Qt app on Android from Qt Creator => "Select Android Device" window appears
Expected results
"Select Android Device" window lists Android device connected via WiFi.
Actual results
"Select Android Device" window does not list Android device connected via WiFi. Additionally, running adb devices will no longer list the device previously connected via WiFi.