Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 4.6.0
-
None
-
Suse Linux tumbleweed
QT Creator and Android SDK installed over android studio.
Description
Qt Creator kept complaining that my "Plattform SDK" is not installed, which it was by the way and wanted to install "missing packages". However the list of available packages was empty anyway.
After looking into qt creator code, I saw that the android studio sdkmanager is used to determine if the platform SDK is installed. The problem was, that I installed Oracle JDK 10 and that breaks the cli sdkmanager. QT creator should tell you, that the sdk installation is broken,
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-22626 Warn if sdkmanager fails to run (e.g. because of JDK version != 8)
- Closed