Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. INSTALL_ROOT Create Fails in Android Build on Windows / QtCreator 3.2.2 / Qt 5.3.2
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    ggalt
    wrote on last edited by
    #1

    I have set up my Qt and Android environments according to "Qt5ForAndroid":http://qt-project.org/wiki/Qt5ForAndroidBuilding and "Building Android on Qt":https://www.youtube.com/watch?v=_nkhlhBwkjk

    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 x86_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.@

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved