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. [solved]Problem in Creating android app in Qt 5.2.1
Forum Updated to NodeBB v4.3 + New Features

[solved]Problem in Creating android app in Qt 5.2.1

Scheduled Pinned Locked Moved Mobile and Embedded
3 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.
  • K Offline
    K Offline
    koresaram777
    wrote on last edited by
    #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!

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mankonit
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koresaram777
        wrote on last edited by
        #3

        [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

        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