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 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题