windowsqtdllsystem32

dll file missing when debugging for android in Qt


I have installed Qt for Windows 10 (64 bit) from here (the qt-opensource-windows-x86-5.10.1.exe). The problem is when I create a "QT Quick Application - Empty" and run it using the Android kit (Android for armeabi-v7a (GCC 4.9, Qt 5.10.1 for Android armv7)) I get this window:

enter image description here

In english it says: "mkdir.exe - system error. Code execution could not be continued because the file cygintl-2.dll was not found. Re-installing the app may resolve the problem".

When I click OK I get the message "error: [install_target] Error 53" on the issues panel of qt creator.

This is the Compile Output:

Starting: "C:\Qt\Qt5.10.1\Tools\mingw530_32\bin\mingw32-make.exe" "INSTALL_ROOT=C:/Users/Thanasis/Documents/qt/build-map-Android_for_armeabi_v7a_GCC_4_9_Qt_5_10_1_for_Android_armv7-Debug/android-build" install
  3 [main] sh 7616 tty_list::allocate_tty: No tty allocated
Makefile:587: recipe for target 'install_target' failed
mingw32-make: *** [install_target] Error 53
18:40:52: The process "C:\Qt\Qt5.10.1\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project map (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.10.1 for Android armv7))
When executing step "Copy application data"

I have searched for this dll and downloaded it from here, then copied it in the System32 folder but the same error message pops up.


Solution

  • The problem was finally solved. I followed this answer and installed openSSH from this link and it worked !!! :D