[solved]Problem in Creating android app in Qt 5.2.1
-
Hello everybody! Could somebody help me please. My OS is windows 8.1, i have created a simple app, and when i am trying to run the app for android, it says in issue: [install_itemfolder_01] Error 1, and in compile output it says:
13:41:26: Running steps for project qml-composing-uis...
13:41:26: Configuration unchanged, skipping qmake step.
13:41:26: Starting: "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe"
mingw32-make: Nothing to be done for 'first'.
13:41:27: The process "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" exited normally.
13:41:27: Starting: "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="C:\\Users\\Vladimir\\Documents\\Qt C++ programms\\build-qml-composing-uis-Android_for_armeabi_v7a_GCC_4_7_Qt_5_2_1-Debug\\android-build" install
'C++' is not recognized as an internal or external command,
operable program or batch file.
'C++' is not recognized as an internal or external command,
operable program or batch file.
makefile:1512: recipe for target 'install_itemfolder_01' failed
mingw32-make: *** [install_itemfolder_01] Error 1
13:41:28: The process "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project qml-composing-uis (kit: Android for armeabi-v7a (GCC 4.7, Qt 5.2.1))
When executing step 'Copy application data'
13:41:28: Elapsed time: 00:02.I locate project not in default path. Thank you in advance!
-
Try to rename the name of the folder where you have your program sources. Its is named "Qt C++ programms" I think the spaces " " in the folder name may be the source of your problem.
To be sure, try to put the project in a c:\qt_projects\my_project folder. With no space, nowhere. -
[quote author="mankonit" date="1395088898"]Try to rename the name of the folder where you have your program sources. Its is named "Qt C++ programms" I think the spaces " " in the folder name may be the source of your problem.
To be sure, try to put the project in a c:\qt_projects\my_project folder. With no space, nowhere.[/quote]THANK YOU VERY MUCH!!!! :) everything is working