Android clang won't show up
-
After updating to QT creator 6.0.2 I'm having a lot of trouble getting the Android Clang compilers to show up. Here is what I see after clicking "Re-detect"
After struggling with this for a while, I decided to completely uninstall everything (JDK, android studio, QT, and appdata folder) to start from scratch. I am following. https://doc.qt.io/qt-5/android-getting-started.html#installing-the-prerequisites to set my environment up again. I installed adopt open-JDK 11.0.14.9 from the link provided. I then re-installed QT and as far as I understand it, the latest version of QT can install everything else. I'm not sure what I'm missing here. Can anyone help?
-
OK I think I figured it out. For whatever reason, QT does not automatically detect the clang install. So I went to options > kits > compilers and selected add compiler. I then clicked browse next to "compiler path" and navigated to <QT path>\Tools\QtCreator\bin\clang\bin and selected clang.exe.
After that, both the C and C++ compilers showed up and I now have kits available for android devices.