Is Qt Creator debug module OK for Android?
-
Hello!
Is Qt Creator debug module OK for Android? If not - what is the best way to debug Qt/QML application on Android device? Any 3d part applications?
Suggestions?
@bogong said in Is Qt Creator debug module OK for Android?:
Suggestions?
Just debug as usual in QtCreator: https://doc.qt.io/qtcreator/creator-developing-android.html "Debugging on Android Devices". Of course you first have to make sure your app isdeployed either to an Android device or emulator.
-
@bogong said in Is Qt Creator debug module OK for Android?:
Suggestions?
Just debug as usual in QtCreator: https://doc.qt.io/qtcreator/creator-developing-android.html "Debugging on Android Devices". Of course you first have to make sure your app isdeployed either to an Android device or emulator.