我刚刚安装了v-play,但是当我编译到桌面时,我得到了错误:-1:错误:找不到-lGL并退出。
然后,如果我编译到android,它将编译和安装,但它永远不会成功打开应用程序,它会在部署时退出。
以下是我收到的警告:
解析/home/theguy/V-Play/5.5/android_armv5/qml/QtCanvas3D:的QML类型信息时出现警告
/home/theguy/V-Play/5.5/android_armv5/qml/QtCanvas3D/plugins.qmltypes:1:24:只读1.1版本的部分。
/home/theguy/V-Play/5.5/android_armv5/qml/QtCanvas3D/plugins.qmltypes:10:5:仅应为Component和ModuleApi对象定义。
解析/home/theguy/V-Play/5.5/gcc_64/qml/QtWebSockets:的QML类型信息时出现警告
/home/theguy/V-Play/5.5/gcc_64/qml/QtWebSockets/plugins.qmltypes:1:24:只读1.1版本的部分。
/home/theguy/V-Play/5.5/gcc_64/qml/QtWebSockets/plugins.qmltypes:10:5:仅应为Component和ModuleApi对象定义。
解析/home/theguy/V-Play/5.5/gcc_64/qml/QtCanvas3D:的QML类型信息时出现警告
/home/theguy/V-Play/5.5/gcc_64/qml/QtCanvas3D/plugins.qmltypes:1:24:只读1.1版本的部分。
/home/theguy/V-Play/5.5/gcc_64/qml/QtCanvas3D/plugins.qmltypes:10:5:仅应为Component和ModuleApi对象定义。
下面是我得到的编译问题:
15:03:42:打包错误:命令“/home/theguy/Android/Sdk/platform-tools/adb -s 9cc172fdea拉取/系统/bin/sh: readlink:未找到/home/theguy/Desktop/Projects/v-play/ConverseLanguages/build-ConverseLanguages-Android_for_armeabi_GCC_4_9_Qt_5_5_0-Release/app_process”failed.Exit代码:1
15:03:42:包部署:拉取/system/bin/sh: readlink: not found到“/home/theguy/Desktop/Projects/v-play/ConverseLanguages/build-ConverseLanguages-Android_for_armeabi_GCC_4_9_Qt_5_5_0-Release/app_process”.失败
15:03:42: Package deploy:运行命令“/home/theguy/Android/Sdk/platform-tools/adb -s 9cc172fdedea pull /system/lib/libc.so /home/theguy/Desktop/Projects/v-play/ConverseLanguages/build-ConverseLanguages-Android_for_armeabi_GCC_4_9_Qt_5_5_0-Release/libc.so”.
构建/部署工程ConverseLanguages出错(套件: Android for armeabi (GCC 4.9,Qt 5.5.0))
执行步骤“Deploy to Android device”时
发布于 2015-09-02 22:33:32
https://stackoverflow.com/questions/32340267
复制相似问题