Debug Android app on Real Device
-
Hello to everyone. I am using Qt 5.1.1 and android sdk. Until now i can debug my apps using android sdk. I want to debug my application on my Real android device which is a tablet. How can i setup Qt to run in debug at my real device to use breakpoints and make a real debug of my application.
Thanks -
Once you connect your phone to the computer, using the terminal or the cmd navigate to the sdk-directory/platform-tools then type
in linux:
@./adb devices@
in windows:
@adb devices@
you should get a list of android devices, if you did not find your device there try to unplug it and plug it again, at the end you must see you device when you run the command,