When attempting to build and run an example project with QT Creator, it fails, saying:
Build failed
Warning: Android platform 'android--1' does not exist in SDK.
Building the android package failed!
All the solution I have found say to select the appropriate Android build SDK in the Build Android APK, however the dropdown for that option is grayed out:
Empty Android build SDK dropdown
When looking into this, the only solution I can find is people saying to make sure my JDK, SDK, and NDK paths were put into the Tools > Options > Devices > Android
area, which I'd already done:
Haven't really been able to find what else could be causing the problem. Any ideas on where to go from here would be most appreciated.