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

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

XMLWordPrintable

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

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes