【发布时间】:2014-02-10 10:19:20
【问题描述】:
我已经安装了我可能需要的所有组件, 我已经上网两天了,我只是找不到这个问题的答案。 我检查了我的 apache ant, 爪哇, java JRE, JDK, Qt 变量,一切正常。
Qt 喜欢我的所有设置,但当我尝试将我的应用程序部署到模拟器或设备时出现此错误
问题输出:
:-1: error: [install_itemfolder_01] Error 1
编译输出:
17:54:43: Running steps for project Test...
17:54:43: Configuration unchanged, skipping qmake step.
17:54:43: Starting: "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe"
mingw32-make: Nothing to be done for 'first'.
17:54:45: The process "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" exited normally.
17:54:45: Starting: "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="C:\\Users\\ryan\\Desktop\\Projects\\Qt c++\\build-Test-Android_for_armeabi_GCC_4_8_Qt_5_2_1-Release\\android-build" install
The system cannot find the path specified.
The system cannot find the path specified.
makefile:1716: recipe for target 'install_itemfolder_01' failed
mingw32-make: *** [install_itemfolder_01] Error 1
17:54:45: The process "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project Test (kit: Android for armeabi (GCC 4.8, Qt 5.2.1))
When executing step 'Copy application data'
有人可以帮忙吗? 谢谢
【问题讨论】: