简体   繁体   English

Android的QT应用程序错误构建

[英]Error Build with QT application for android

I'm developing application for android via QT creator. 我正在通过QT Creator开发适用于android的应用程序。 Some what was added and application not compiling. 添加了一些内容,应用程序未编译。 Here compile output: 这里编译输出:

arm-linux-androideabi-g++: error: CreateProcess: No such file or directory
Makefile:4694: recipe for target 'libmagnet_construct.so' failed
mingw32-make: *** [libmagnet_construct.so] Error 1
09:41:04: The process "C:\DEVELOPMENT\IDEs\Qt5.3.1\Tools\mingw482_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project magnet_builder (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.3.1))
When executing step 'Make'

Please, tell me, what a problem? 请告诉我,什么问题?

You're getting the CreateProcess error because cp isn't installed. 由于未安装cp,因此出现CreateProcess错误。 The Makefile is specifying to use cp to copy files. Makefile指定使用cp复制文件。 You can get cp and other utilities you may find desired by Makefiles by downloading and installing msys . 您可以通过下载并安装msys来获取Makefile所需的cp和其他实用程序。

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

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