Is it possible to start debugging an android build without having to deploy again on Qt 5.1?
-
wrote on 6 Aug 2013, 21:51 last edited by
I've ported an old project to 5.1. Debugging is working with f5, hitting breakpoints and all that fun stuff. The problem is it takes 7-8 minutes each time I deploy the app, which is really slowing down development.
I saw Debug->Start Debugging->Start debugging without deployment. I ran normally once then tried to use that, but got the following popup:
"Connecting to remote server failed:
Remote communication error. Target disconnected.: Connection reset by peer."Is there something I can do to actually start debugging without having to wait for another deploy?
1/1