> -----Original Message----- > [...] > Error during installation process (qt.510.android_qtcreator_settings): > Execution failed(Unexpected exit code: 4): "D:\Qt-online-enterprise- > blah\/Tools/QtCreator\bin\sdktool.exe addKeys android > MakeExtraSearchDirectory QString:D:\Qt-online-enterprise- > blah/Tools/mingw48_32\bin"
sdktool addkeys returns '4' if the key was already registered into Qt Creator (e.g. due to a previous installation). The install scripts for 5.1.0 (qt.510.android_qtcreator_settings ) do not take this into account, and treat it as an error. This has been fixed in 5.1.1 though. I see two ways to mitigate this: Either update the 5.1.0 package, or change sdktool to always return 4. The first option sounds more appealing to me. Anyway, this isn't a regression from the old installer, e.g. if you uninstalled the android package, and re-installed it again. But it's more visible now that you can first install e.g. 5.1.1, and then 5.1.0. Regards Kai _______________________________________________ Releasing mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/releasing
