Problem when running Release on Android kit
-
wrote on 26 Jul 2013, 14:17 last edited by A Former User 8 Apr 2016, 09:00
I've installed latest Android SDK, NDK, Java and Ant.
I've stated a Nexus 7 device with Genymotion, and ADB is working fine, as well as the 'Clean libs on Device' button in Run settings - when clicking it no errors occur.Now, when I execute run on the 'Android for x86 (GCC 4.7, Qt 5.1.0)' kit for Release build, I get the following error:
@16:06:24: Running steps for project TestApp01...
16:06:24: Configuration unchanged, skipping qmake step.
16:06:24: Starting: "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe"
mingw32-make: Nothing to be done for 'first'.
16:06:25: The process "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" exited normally.
16:06:25: Starting: "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="C:/Users/moondowner/AndroidTestProj/TestApp01/android" install
makefile:1421: recipe for target 'install_itemfolder_01' failed
mingw32-make: *** [install_itemfolder_01] Error 1
16:06:26: The process "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project TestApp01 (kit: Android for x86 (GCC 4.7, Qt 5.1.0))
When executing step 'Copy application data'
16:06:26: Elapsed time: 00:02.@And I haven't changed anything in the .pro file, it's the same as it was generated. I used the new project wizard and chose Qt Quick 2 Application (Built-in Elements).
Any ideas?
-
wrote on 27 Jul 2013, 08:21 last edited by
Nexus 7 = ARMv7
You have Qt for x86 active in your project. This definitely wont work. Those are different CPU architectures. -
wrote on 30 Jul 2013, 09:25 last edited by
Tried with arm instead of x86, again the same problem. I even tried with one of the demo projects.
@makefile:821: recipe for target 'install_target' failed
mingw32-make: *** [install_target] Error 1
11:23:59: The process "C:\Qt\Qt5.1.0\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project touchinteraction (kit: Android for arm (GCC 4.4.3, Qt 5.1.0))
When executing step 'Copy application data'@ -
wrote on 30 Jul 2013, 11:18 last edited by
Show your android configurations in the Qtcreator options
-
wrote on 30 Jul 2013, 11:35 last edited by
-
wrote on 30 Jul 2013, 12:21 last edited by
I only tried it once on windows 7, but did you make sure that you use the x86 android NDK? Ive also been using sun java sdk 7 and not 6.
-
wrote on 30 Jul 2013, 12:29 last edited by
Everything is x86. I'll try with JDK7 but I think that it's not even getting to that step, I think that it's failing something with mingw32.
I'll search if there is a make argument which I can add so that it will print in console more descriptive output when an error happens.
-
wrote on 31 Jul 2013, 11:19 last edited by
OK I fixed it, but not the way I wanted.
I installed Ubuntu, and then the standard procedure, installing Java, Ant, Android SDK and NDK and then the Qt Android setup.
I did the same steps, open a sample app, add Android arm kit, clicked Build and then Run, and it works.
-
wrote on 5 Nov 2013, 22:13 last edited by
I had the same (similar) problem with Qt 5.1.1. The problem in my case was a blank character in the project/build path.
@23:11:50: The process "D:\Qt\Online\Tools\mingw48_32\bin\mingw32-make.exe" exited normally.
23:11:50: Starting: "D:\Qt\Online\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="D:\SVN Projects\AEK\AEK\android" install
The system cannot find the path specified.
The system cannot find the path specified.
makefile:2552: recipe for target 'install_itemfolder_01' failed
mingw32-make: *** [install_itemfolder_01] Error 1
23:11:51: The process "D:\Qt\Online\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project AEK (kit: Android for arm (GCC 4.8, Qt 5.1.1))
When executing step 'Copy application data'
23:11:51: Elapsed time: 00:09@ -
wrote on 19 Feb 2014, 13:33 last edited by
Still the same error on 5.2.1. It also don't likes non English symbols in folder. (You certainly will have them in your build path, if you use localized qt version)
-
wrote on 25 Feb 2014, 18:21 last edited by
I am new to QT. I tried running accelbubble example on my smartphone as well as the emulator for google nexus_S but got the following issue : [install_app] Error 1. When i checked the compile output it showed : @bq. @@@23:09:55: Running steps for project accelbubble...
23:09:55: Configuration unchanged, skipping qmake step.
23:09:55: Starting: "C:\Qt\Tools\mingw48_32\bin\mingw32-make.exe"
mingw32-make: Nothing to be done for 'first'.
23:09:57: The process "C:\Qt\Tools\mingw48_32\bin\mingw32-make.exe" exited normally.
23:09:57: Removing directory C:\Qt\5.2.1\mingw48_32\examples\sensors\build-accelbubble-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug\android-build
23:09:57: Starting: "C:\Qt\Tools\mingw48_32\bin\mingw32-make.exe" INSTALL_ROOT="C:\Qt\5.2.1\mingw48_32\examples\sensors\build-accelbubble-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug\android-build" install
copy /y "libaccelbubble.so" "C:\Qt\5.2.1\mingw48_32\examples\sensors\build-accelbubble-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug\android-build\libs\armeabi-v7a\libaccelbubble.so"
1 file(s) copied.
The full path of C:C:\Qt\5.2.1\mingw48_32\examples\sensors\build-accelbubble-Android_for_armeabi_v7a_GCC_4_8_Qt_5_2_1-Debug\android-build\Qt\5.2.1\android_armv7\examples\qtsensors\accelbubble is too long.
makefile:852: recipe for target 'install_app' failed
mingw32-make: *** [install_app] Error 1
23:10:00: The process "C:\Qt\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project accelbubble (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.2.1))
When executing step 'Copy application data'
23:10:00: Elapsed time: 00:05. -
wrote on 10 Aug 2015, 18:02 last edited by
For me its fixed after deleting all the spaces in project path (in folder names)
-
wrote on 4 Aug 2016, 08:20 last edited by
I met the same problem as you, I had solved the error by uninstalling two diffirent version Qt creators in my pc. Keep the last version Qt creator on my windows8.1. I tried , builded and ran, it installed successfully the apk on my android device.