How is possible to debug a QtGui app ( Qt 5.4 ) on Android 5.0 ?
-
Hello everyone,
I'm versus an annoying problem. I'm on a project written in Qt5.4 ; without using QML; that have to be used with an Android 5.0 Tablet ( I used only QWidgets' module ). My computer is running under Windows 8.1.
I have look that deploying method with Android 5.0 can't permit to deploy files localy, indepently from the final apk file. So, how i can launch my app in debug ? It's really annoying to use QMessageBox :-/ That's a shame if we can't..
In advance, thanks a lot for your comprehension.