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 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)