我已经安装了我可能需要的所有组件, 我已经上网两天了,我找不到这个问题的答案。 我检查了我的阿帕奇蚂蚁, javac的, 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'
有没有人可以提供帮助? 感谢
答案 0 :(得分:3)
我修好了。 对于对生活的热爱,不要在你的应用程序路径中放置任何“”(空格)