Qt for android build failure(install_target错误129)

时间:2016-07-24 18:14:11

标签: android c++ windows qt

我正在制作Qt快速演示 - 与Qt捆绑的Calqlatr用于Android设备w / armeabi-v7但是我得到了

[install_target] Error 129

查看它显示的详细输出

[...]
14:48:09: The process "C:\Qtwdroid\Tools\mingw530_32\bin\mingw32-make.exe" exited normally.
14:48:09: Starting: "C:\Qtwdroid\Tools\mingw530_32\bin\mingw32-make.exe" "INSTALL_ROOT=C:/Qtwdroid/Examples/Qt-5.7/quick/demos/build-calqlatr-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Release/android-build" install
      0 [main] sh 2744 sync_with_child: child 6128(0x1A8) died before initialization with status code 0xC0000142
     26 [main] sh 2744 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
Makefile:588: recipe for target 'install_target' failed
mingw32-make: *** [install_target] Error 129
14:48:11: The process "C:\Qtwdroid\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project calqlatr (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.7.0))
When executing step "Copy application data"
14:48:11: Elapsed time: 00:11.

我确实在Qt Docs http://doc.qt.io/qt-5/androidgs.html上执行了这些步骤,唯一的区别是我有jdk 1.8-102

makefile可以在pastebin中找到:http://pastebin.com/rYyisieu

我没有在网上找到这个错误,我真的迷路了

我是这个主题的新手, 感谢。

0 个答案:

没有答案