Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

INSTALL_ROOT Create Fails in Android Build on Windows / QtCreator 3.2.2 / Qt 5.3.2

$
0
0
I have set up my Qt and Android environments according to Qt5ForAndroid [qt-project.org] and Building Android on Qt [youtube.com] When I try to build and deploy, I get the error that the INSTALL_ROOT does not exist. I’ve confirmed that the final sub-directory (”/android-build”) is not created, though the rest of the path exists. I can’t see to figure out how to manually create the INSTALL_ROOT variable. When I pass it to make (in the build configuration) it seems to get ignored. Any thoughts? Here is the full output below. I’m building on Qt 5.3.2 and QtCreator 3.2.2 on Windows 7 ×86_64 and using the mingw32 libraries. 10:28:22: The process "C:\Qt\Tools\mingw482_32\bin\mingw32-make.exe" exited normally. 10:28:22: Starting: "C:\Qt\Tools\mingw482_32\bin\mingw32-make.exe" INSTALL_ROOT="C:\\Users\\George Galt\\Documents\\workspace\\build-AndroidTestApp-Android_for_armeabi_v7a_GCC_4_9_Qt_5_3_2-Debug\\android-build" install The system cannot find the path specified. The system cannot find the path specified. Makefile:1584: recipe for target 'install_target' failed mingw32-make: *** [install_target] Error 1 10:28:23: The process "C:\Qt\Tools\mingw482_32\bin\mingw32-make.exe" exited with code 2. Error while building/deploying project AndroidTestApp (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.3.2)) When executing step "Copy application data" 10:28:23: Elapsed time: 00:05.

Viewing all articles
Browse latest Browse all 2113

Trending Articles