Qt on Android 用qdebug怎么不能输出信息?打印的信息哪去了?怎么看啊
QML 的话,使用:console.log("log");console.debug("log");
Qt C++:使用qDebug() << "log";
在 Debug 模式下试试