Can't build android app
-
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"
-
Hi
Did you follow
http://doc.qt.io/qt-5/androidgs.html
and then
http://doc.qt.io/qtcreator/qtcreator-accelbubble-example.htmlTo 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 :) -
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.pngCan it be the long and complex path?
-
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"
-
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.