Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28629

Android: Read preferred NDK version from modules/Core.json

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • Android Support
    • None
    • 6d79c5c2b (master), b73d6f3be (master)

    Description

      From Qt 6.5 on, Qt's build system adds the Android API version and NDK version which this Qt was built with to modules/Core.json.

      [...]
          "built_with": {
              "android": {
                  "api_version": "android-31",
                  "ndk": {
                      "version": "25.1.8937393"
                  }
              },
      [...]
      

      Qt Creator will parse this file and if the data is successfully obtained, it will override what Qt Creator traditionally reads from its very own sdk_definitions.json

      Attachments

        Issue Links

          Activity

            People

              portale Alessandro Portale
              portale Alessandro Portale
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: