Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.10.0
-
Arch Linux
Description
After updating to 4.10.0, using an Android Kit to configure a project immediately crashes the IDE. The Kit is configured to use CMake and the Ninja generator. I have attached the backtrace. Based on the function it crashed at (
QtSupport::BaseQtVersion::ensureMkSpecParsed()
) if I had to guess, I would say that it's expecting Android .mk files rather than a CMake build.
I can work around the issue by treating the Kit as a desktop platform, since in my case I'm not using Qt Creator to deploy the actual APK.