Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 5.0.0-beta1
-
None
-
-
99700bb00961da9515b9cabc09895aa50c2decae (qt-creator/qt-creator/5.0)
Description
I had "/Users/Shared//Android/sdk" set as my Android SDK path.
Qt Creator 4.15 works fine with this.
Qt Creator 5.0 claims that the Android Clang (C++) toolchains are invalid.
Concretely AndroidToolChain::isValid returns false in 5.0 with this setup, because compilerCommand() and ndkLocation and sdkLocation have different numbers of slashes, so isChildofSdk & *Ndk are false