Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
1.24.1
-
None
-
Windows 11
-
-
1a6cfb0af (2.0)
Description
Hello,
i get an error when i build a qml-app for android.
i use Qt6.4 and QtCreator 9.0.1.
when androiddeployqt.exe it want start "qmlimportscanner.exe", but i get following error message
"Error: qmlimportscanner not found at C:/Qt/6.4.2/mingw_64/bin/qmlimportscanner"
the missing file is not there -> the subfolder "qmlimportscanner" does not exist
he look for "C:/Qt/6.4.2/mingw_64/bin/qmlimportscanner/qmlimportscanner.exe"
but the right path should be "C:/Qt/6.4.2/mingw_64/bin/qmlimportscanner.exe"
so the concatenation of the path-string is not correct. you can check that by creating the subfolder "C:/Qt/6.4.2/mingw_64/bin/qmlimportscanner" an copy the binaries in there. then it's working for me - then the tool "qmlimportscanner.exe" can't find any other stuff, but i assume the reason is working with realtive path of "wrong" working folder.
you check that please
thanx