How to change Qt creator android debugger port
Unsolved
Mobile and Embedded
-
Hi there,
I have the following problem when I try to debug my android application:
W ActivityThread: Application org.qtproject.example.tid_trains_android10 is waiting for the debugger on port 8100... adb: error: cannot bind listener: Address already in use 10:55:26: Failed to forward JDB debugging ports.
It seems that the port 8100 is used by the phone but I dont have sudo on the phone to kill the application that using it.
How can I change the port to something else?