promotergmy 2015-06-26 10:13 采纳率: 0%
浏览 3347
已结题

Qt for android,在手机上运行出错。

Qt5.3.项目在桌面版能正常运行和调试。在android上可以把应用装在手机上,但是运行提示停止运行,也不能调试。调试弹出提示信息:
This does not seem to be a "Debug" build.
Setting breakpoints by file name and line number may fail.

Section .debug_info: Not found.
Section .debug_abbrev: Not found.
Section .debug_line: Not found.
Section .debug_str: Not found.
Section .debug_loc: Not found.
Section .debug_range: Not found.
Section .gdb_index: Not found.
Section .note.gnu.build-id: Not found.
Section .gnu.hash: Not found.
Section .gnu_debuglink: Not found.

在应用程序输出窗口提示:启动远端进程。E/Trace (10338): error opening trace file: No such file or directory (2)

本项目使用了.so文件,在pro文件下配置为:

QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = aisMessTest
TEMPLATE = app

SOURCES += main.cpp\
widget.cpp

HEADERS += widget.h

FORMS += widget.ui
QT+=network

#win32:CONFIG(release, debug|release): LIBS += -L$$PWD/release/ -lLibAisParse
#else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/debug/ -lLibAisParse
#else:unix: LIBS += -L$$PWD/ -lLibAisParse

INCLUDEPATH += $$PWD/
DEPENDPATH += $$PWD/

LIBS += \
libLibAisParse.so

OTHER_FILES +=

问题何在?????

  • 写回答

3条回答 默认 最新

  • qq_21079387 2015-06-26 11:26
    关注

    不知道啊!可口可乐了可口可乐了粑粑

    评论

报告相同问题?

悬赏问题

  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥15 stable diffusion
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿