Unable to deploy any application on Android - QDebug errors
-
Hi,
I am unable to deploy any Qt application on Android. Most of the errors are related to QDebug. Debugging is turned 'on' on the device.
Please help. Is there some other setting that needs to be changed/edited/configured?
Thanks for any inputs.
'QDebug' does not name a type
'QDebug' has not been declared
'QtDebugMsg' was not declared in this scopeDev environment
-
Linux Debian
-
Qt - 5.7
-
Android - 5.1
-
ABI - armeabi-v7a
-
GCC - 4.9
-
-
#include <QDebug>
Add this include in relevant c++ files and it should work.
-
Hm, that's unusual. Try reinstalling Qt perhaps?