簡體   English   中英

Android的QT應用程序錯誤構建

[英]Error Build with QT application for android

我正在通過QT Creator開發適用於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'

請告訴我,什么問題?

由於未安裝cp,因此出現CreateProcess錯誤。 Makefile指定使用cp復制文件。 您可以通過下載並安裝msys來獲取Makefile所需的cp和其他實用程序。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM