简体   繁体   English

v-play安装-无法在桌面和设备上部署

[英]v-play installation - Cant deploy on desktop and device

I've just installed v-play but when i compile to desktop i get error :-1: error: cannot find -lGL and exits. 我刚刚安装了v-play,但是当我编译到桌面时出现错误:-1:错误:找不到-lGL并退出。

Then if i compile to android it will compile and install but the it never successfully opens the app and it exits on deployment. 然后,如果我编译为android,它将编译并安装,但是它从未成功打开应用程序,并且在部署时退出。

These are the warnings i get : 这些是我得到的警告:

Warnings while parsing QML type information of /home/theguy/V-Play/5.5/android_armv5/qml/QtCanvas3D: 解析/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: Reading only version 1.1 parts. /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: Expected only Component and ModuleApi object definitions. /home/theguy/V-Play/5.5/android_armv5/qml/QtCanvas3D/plugins.qmltypes:10:5:仅需要Component和ModuleApi对象定义。

Warnings while parsing QML type information of /home/theguy/V-Play/5.5/gcc_64/qml/QtWebSockets: 解析/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: Reading only version 1.1 parts. /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: Expected only Component and ModuleApi object definitions. /home/theguy/V-Play/5.5/gcc_64/qml/QtWebSockets/plugins.qmltypes:10:5:仅需要Component和ModuleApi对象定义。

Warnings while parsing QML type information of /home/theguy/V-Play/5.5/gcc_64/qml/QtCanvas3D: 解析/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: Reading only version 1.1 parts. /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: Expected only Component and ModuleApi object definitions. /home/theguy/V-Play/5.5/gcc_64/qml/QtCanvas3D/plugins.qmltypes:10:5:仅需要Component和ModuleApi对象定义。

And these are the compile issues I get: 这些是我得到的编译问题:

15:03:42: Packaging error: Command “/home/theguy/Android/Sdk/platform-tools/adb -s 9cc172fdedea pull /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” failed.Exit code: 1 15:03:42:打包错误:命令“ / home / theguy / Android / SDK / platform-tools / adb -s 9cc172fdedea pull / system / 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”失败。退出代码:1

15:03:42: Package deploy: Failed to pull “/system/bin/sh: readlink: not found” to “/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:程序包部署:无法将“ / system / bin / sh:readlink:找不到”拖到“ / home / theguy / Desktop / Projects / v-play / ConverseLanguages / build-ConverseLanguages-Android_for_armeabi_GCC_4_9_Qt_5_5_0-发布/ app_process”。

15:03:42: Package deploy: Running command “/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”. 15:03:42:程序包部署:运行命令“ / 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”。

Error while building/deploying project ConverseLanguages (kit: Android for armeabi (GCC 4.9, Qt 5.5.0)) 构建/部署项目ConverseLanguages时出错(套件:适用于armeabi的Android(GCC 4.9,Qt 5.5.0))

When executing step “Deploy to Android device” 执行步骤“部署到Android设备”时

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM