Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Deploying app to android : error: [install_itemfolder_01] Error 1 Windows
Qt 6.11 is out! See what's new in the release blog

Deploying app to android : error: [install_itemfolder_01] Error 1 Windows

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.4k 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.
  • T Offline
    T Offline
    TheMan68
    wrote on last edited by
    #1

    I've installed all components that I could possibly need,
    I've been on the net for two days and I just can't find an answer to this question.
    I've checked my apache ant
    javac
    java JRE, JDK
    Qt Variables and everything is ok
    Qt likes all of my settings apart from when I try to deploy my app to emulator or device I get this error

    @Issues: :-1: error: [install_itemfolder_01] Error 1@

    Compile Output :

    @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'@

    Is there anyone who can help?
    Thanks

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fpelliccioni
      wrote on last edited by
      #2

      I am not sure, but try to use a directory path without spaces

      "C:\Users\ryan\Desktop\Projects\Qt c++\build-Test-Android_for_armeabi_GCC_4_8_Qt_5_2_1-Release\android-build"

      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