Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can't build android app
QtWS25 Last Chance

Can't build android app

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.1k Views
  • 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.
  • A Offline
    A Offline
    ARASHz4
    wrote on last edited by
    #1

    Hi
    i have Qt 5.7.1 & i'm in windows i can build app for android
    went i want compile app :

    Could not start process "mingw32-make" "INSTALL_ROOT=C:\Users\ARASH\Documents\QtProject\build-untitled1-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_1-Debug\android-build" install
    Error while building/deploying project untitled1 (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.7.1))
    When executing step "Copy application data"
    
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Did you follow
      http://doc.qt.io/qt-5/androidgs.html
      and then
      http://doc.qt.io/qtcreator/qtcreator-accelbubble-example.html

      To check everything is setup as expected. You are basically cross compiling so please
      pay extra attention to paths and setup things as its ULTRA important
      or it simply won't work at all :)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ARASHz4
        wrote on last edited by ARASHz4
        #3

        yes i have ndk_r13b, sdk, jdk, ant
        & i added to path

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          And you also pointed to it etc?
          https://forum.qt.io/topic/58927/could-not-start-process-mingw32-make
          as seen here
          http://s21.postimg.org/6hnh9tl9j/override.png

          Can it be the long and complex path?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            ARASHz4
            wrote on last edited by
            #5

            i see before this topic & i have same problem after add make.exe in build step, clean step
            i have this error :

            Could not start process "mingw32-make" "INSTALL_ROOT=C:\Users\ARASH\Documents\QtProject\build-untitled1-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_1-Debug\android-build" install
            Error while building/deploying project untitled1 (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.7.1))
            When executing step "Copy application data"
            
            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Did you try to run it manually to see if it even can run ?
              Also make sure you are not using any spaces in path for the arm build.
              Often it leads to side effects.

              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