I am developing Qt Cross platform application for Android, recently i have updated Qt creator and Installed new Qt version. I am using \'Qt Creator version 4.5.0\'
"Platform SDK installed" requires a working a sdkmanager command.
If you have the Platform SDK installed, try running the sdkmanager command directly.
This is $ANDROID_SDK_ROOT/tools/bin/sdkmanager. On my Linux system this was in $HOME/Android/Sdk/tools/bin/sdkmanager.
The typically issue is
If you have installed a newer JDK you will need to downgrade to JDK 8. Either OpenJDK or Oracle will work, but it needs to be JDK 8.
Work thru any remaining issues with the sdkmanager command line, then, once that's done, you should find Qt Creator to be happy again.
References: