Android not working in Qt5.11.1
-
I am using
windows 7 64 bit
SDK Version: 25.2.5
NDK Version: 10.4.022:12:32: Running steps for project QML_TUTORIAL...
22:12:32: Configuration unchanged, skipping qmake step.
22:12:32: Starting: "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe"
make: Nothing to be done for `first'.
22:12:34: The process "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe" exited normally.
22:12:34: Removing directory C:\Users\Gotora\Documents\build-QML_TUTORIAL-Android_for_armeabi_v7a_GCC_4_9_Qt_5_11_1_for_Android_armv7-Release\android-build/libs
22:12:34: Starting: "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe" "INSTALL_ROOT=C:\Users\Gotora\Documents\build-QML_TUTORIAL-Android_for_armeabi_v7a_GCC_4_9_Qt_5_11_1_for_Android_armv7-Release\android-build" install
'C:\Users\Gotora\profile.bat' is not recognized as an internal or external command,
operable program or batch file.
make: *** [install_target] Error 1
22:12:36: The process "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe" exited with code 2.
Error while building/deploying project QML_TUTORIAL (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.11.1 for Android armv7))
When executing step "Copy application data"
22:12:36: Elapsed time: 00:04. -
@gotronics said in Android not working in Qt5.11.1:
nning steps for project QML_TUTORIAL...
22:12:32: Configuration unchanged, skipping qmake step.
22:12:32: Starting: "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe"
make: Nothing to be done for `first'.
22:12:34: The process "C:\Users\Gotora\AppData\Local\Android\android-ndk-r10e\prebuilt\windows-x86_64\bin\make.exe" exited normally.
22:12:34: Removing directory C:\Users\Gotora\Documents\build-QML_TUTORIAL-Android_for_armeabi_v7a_GCC_4_9_Qt_5_11_1_for_Android_armv7-Release\android-build/libs
22:12:34: Starting: "C:Did you resolve this? I'm having the same problem and I'm totally stumped. I see a handful of other users have encountered it but none have posted the solution.