Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Can't build android app

    General and Desktop
    2
    6
    907
    Loading More Posts
    • 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
      ARASHz4 last edited by

      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 Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • A
          ARASHz4 last edited by ARASHz4

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

          1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • A
              ARASHz4 last edited by

              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 Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion last edited by

                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 Reply Quote 0
                • First post
                  Last post