Debugging Qt Creator Android
-
Hello,
I have a problem to debug android app.
I can Run app on device without problem, but when I try to "Start Debugging" app doesn't start on device.
I don't receive any errors, just "Debugging starts"and "Debugging ha finished" in Application Output
and no errors or warnings in Compile Output.
I tried to change Android Api version, Qt version and so on... nothing changed.Could someone help me?
Thank you
-
Hi,
There's be several thread about the subject recently, it seems that the latest android SDK is responsible for that misbehavior.
Search for them, you should find some pointers.
-
What SDK did you try and what Android version are you running ?
-
Did you read this thread? https://forum.qt.io/topic/58547/android-debugger-does-not-work/14
-
Thank you,
after some changes and reading on kolegs link I can now start debugging (platform-tools 20 and android sdk toold 22.6.2)My problems is now the gdb, it is realy slow, and after one or two operation pop up tell me that
"The gdb process has not responded to a command within 40 second(s).".Do you think that I have to downgrade or upgrade it?
Anyway thank you very much, I will continure there:
https://forum.qt.io/topic/58547/android-debugger-does-not-work/15