Could not start process "mingw32-make"
-
Hello everybody
I am beginner in android development.
When I want to Run my project I got this error:09:03:37: Could not start process "mingw32-make" Error while building/deploying project alaki1 (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.5.0)) When executing step "Make"
-
Override the QtCreator's project "build" and "clean" settings from the mingw32-make to the patch to the make.exe (find out it in Android NDK directory, or Android SDK directory).
-
-
@kuzulis Thanks a lot for the screenshot. very useful.
pardon me because of lots of my questions.
I got new error:Could not start process "mingw32-make" INSTALL_ROOT="C:\Users\---\Documents\build-alaki1-Android_for_armeabi_v7a_GCC_4_8_Qt_5_5_0-Release\android-build" install Error while building/deploying project alaki1 (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.5.0)) When executing step "Copy application data"
I searched and somebodies says you must set INSTALL_ROOT variable.
I dont know it is correct or not? if so how?