Missed Compiler/Tool/Platform
-
Hi everyone,
I've installed Windows Development Kit and also Android Studio on my PC.
But there are not any available options for Android and supported compilers by Windows Development Kit !
I selected all available option during installation !

-
MVSC doesn't come with Qt. You need to install either Visual Studio or the build tools
-
MVSC doesn't come with Qt. You need to install either Visual Studio or the build tools
@VRonin
Thanks for reply,
What about Android Settings Option ?
I also installed doxygen but any option didn't add ! -
@VRonin
Thanks for reply,
What about Android Settings Option ?
I also installed doxygen but any option didn't add !@CodeFreaks said in Missed Compiler/Tool/Platform:
What about Android Settings Option ?
You have only installed Qt for Windows (desktop) and Qt for UWP.
Install Qt for Android too.
I also installed doxygen but any option didn't add !
Qt Creator does not have Doxygen integration.
-
@CodeFreaks said in Missed Compiler/Tool/Platform:
What about Android Settings Option ?
You have only installed Qt for Windows (desktop) and Qt for UWP.
Install Qt for Android too.
I also installed doxygen but any option didn't add !
Qt Creator does not have Doxygen integration.
@JKSH said in Missed Compiler/Tool/Platform:
Install Qt for Android too.
Thanks for reply.
I selected the android during Qt Creator installation.
-
@JKSH said in Missed Compiler/Tool/Platform:
Install Qt for Android too.
Thanks for reply.
I selected the android during Qt Creator installation.
@CodeFreaks said in Missed Compiler/Tool/Platform:
I selected the android during Qt Creator installation.
OK.
Did you also install the Android development tools? See http://doc.qt.io/qt-5/androidgs.html
EDIT: If you've installed the Android tools and still can't see them in Qt Creator, please post a screenshot of Tools > Options > Build & Run > Qt Versions

Hmm, I haven't seen this before.
Is this a 3rd-party Doxygen plugin? Where did you download it from?
-
@CodeFreaks said in Missed Compiler/Tool/Platform:
I selected the android during Qt Creator installation.
OK.
Did you also install the Android development tools? See http://doc.qt.io/qt-5/androidgs.html
EDIT: If you've installed the Android tools and still can't see them in Qt Creator, please post a screenshot of Tools > Options > Build & Run > Qt Versions

Hmm, I haven't seen this before.
Is this a 3rd-party Doxygen plugin? Where did you download it from?
@JKSH
Thanks for reply.
Yes I've installed android development tools (Android Studio, JDK, SDK & NDK).

@JKSH said in Missed Compiler/Tool/Platform:
Is this a 3rd-party Doxygen plugin? Where did you download it from?
YouTube
Yes, it is, but I can't integrate doxygen with Qt Creator even through this 3RD Party App. . -
Hi,
What version of the NDK did you install ?
-
@JKSH
Thanks for reply.
Yes I've installed android development tools (Android Studio, JDK, SDK & NDK).

@JKSH said in Missed Compiler/Tool/Platform:
Is this a 3rd-party Doxygen plugin? Where did you download it from?
YouTube
Yes, it is, but I can't integrate doxygen with Qt Creator even through this 3RD Party App. .@CodeFreaks said in Missed Compiler/Tool/Platform:
Yes I've installed android development tools (Android Studio, JDK, SDK & NDK).
There are red error icons next to your Qt 5.11.1 for Android installations. Mouse-over them to see the error message. The message will give you clues on how to fix it.
@CodeFreaks said in Missed Compiler/Tool/Platform:
YouTube
Yes, it is, but I can't integrate doxygen with Qt Creator even through this 3RD Party App. .The video shows that the plugin was built for Qt Creator 3.1. The current version is Qt Creator 4.7 which might be incompatible with plugins for 3.1.
You need to check with the author of the plugin if it supports Qt Creator 4.7.
-
@SGaist
Hi,
its: android-ndk-r18 .

-
-
@kuzulis said in Missed Compiler/Tool/Platform:
Use NDK 10 or 16.
I added NDK 10 and also 16 but still it doesn't work.
I installed all the available platforms for SDK (from 7 to 28) . I don't know why Qt Creator doesn't recognize them.
missed x86-linux-android-elf-32bit macro is another problem. -
@kuzulis said in Missed Compiler/Tool/Platform:
Use NDK 10 or 16.
I added NDK 10 and also 16 but still it doesn't work.
I installed all the available platforms for SDK (from 7 to 28) . I don't know why Qt Creator doesn't recognize them.
missed x86-linux-android-elf-32bit macro is another problem.Hi @CodeFreaks,
you do know that you need both NDK and SDK? http://doc.qt.io/qt-5/androidgs.html
-
Hi @CodeFreaks,
you do know that you need both NDK and SDK? http://doc.qt.io/qt-5/androidgs.html
-
@CodeFreaks See https://stackoverflow.com/questions/48189272/qt-creator-android-error-platform-sdk-installed/48348201
You might need to downgrade to JDK 8 and delete Qt Creator's config files.
-
@CodeFreaks See https://stackoverflow.com/questions/48189272/qt-creator-android-error-platform-sdk-installed/48348201
You might need to downgrade to JDK 8 and delete Qt Creator's config files.
@JKSH
Thanks for reply.
Whole android kit problems related to
x86-linux-android-elf-32bit
x86-linux-android-elf-64bit
arm-linux-android-elf-32bit
and I don't have any idea how can I resolve it.

-
This post is deleted!
-
@CodeFreaks See https://stackoverflow.com/questions/48189272/qt-creator-android-error-platform-sdk-installed/48348201
You might need to downgrade to JDK 8 and delete Qt Creator's config files.
This post is deleted! -
I followed all instructions and problem still exists with android development kits.
I really don't have any idea.
Isn't it supported even with those who have commercial license ? -
I followed all instructions and problem still exists with android development kits.
I really don't have any idea.
Isn't it supported even with those who have commercial license ?@CodeFreaks said in Missed Compiler/Tool/Platform:
Isn't it supported even with those who have commercial license ?
In that case, I think you need to contact Qt's customer support in other to engage them with your incident. This is a users forum actually.