我正在通过QT创建者开发Android应用程序。一些添加的内容和应用程序未编译。这里编译输出:
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'
请告诉我,有什么问题?
答案 0 :(得分:0)
由于未安装cp,因此您收到了CreateProcess错误。 Makefile指定使用cp复制文件。您可以通过下载并安装msys来获取Makefile所需的cp和其他实用程序。