QT + adb Android remote debugging
Unsolved
Mobile and Embedded
-
I've been trying to setup ADB remote debugging for Qt.
Scenario:- remote server with QT
- local laptop with connected phone
I tunnel all the traffic on port 5037 through a Remote Port Forwarding SSH session. Works Fine.
QT on dev. server detects the mobile, attempts to the deploy. The app gets deployed. When all of the sudden QT shouts about being unable to connect with localhost:50395039? What is it needed for? I tried tunelling 5039 but I'm basically in a blind-spot. The error is gone but the app is stuck at waiting for debugger and no further messages from QT no errors, nothing.
-
This post is deleted!