Qt Creator Android error “Platform SDK installed”

前端 未结 11 1959
春和景丽
春和景丽 2020-12-14 14:28

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\'

11条回答
  •  春和景丽
    2020-12-14 14:58

    OK, after many many hours try-out I finally find out how we can fix it.

    • Download and use Android NDK r10e separately (don't install it through SDK Manager)
    • Download and use Android SDK without Android Studio (download android tools from official site) Qt Preferences will installs all needed packages (build tools , platform tools, sdk tools, platform android-28)
    • Install and use Java JDK 8 (not newer)

    Please note that installing SDK packages through Android Studio will not be detectable by Qt

提交回复
热议问题