Uploaded image for project: 'Qt Tools for Android'
  1. Qt Tools for Android
  2. QTTA-252

[GradlePlugin] Always default ABI is used even if it's changed by qtKitDir in build.gradle

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • QtGP 1.2
    • QtGP 1.1
    • QtGP: General
    • None
    • macOS
    • 83545c457 (dev)

      Env:

      OS 15.2 Qt 6.8.1 
      Qt GP 1.1. built from dev, pushed to mavenLocal()
      gradle version 8.12   

       

      Steps:

      Open example from Qt/Examples/Qt-6.8.1/platforms/android/qtquickview_java

      Do not provide qtKitDir in the build.gradle and run the task ./gradlew QtBuildTask

      Configuring 'qtquickview' for the following Android ABIs: x86 (default), armeabi-v7a, arm64-v8a, x86_64 

      Add qtKitDir and specify the kit that is not the default one, e.g. android_arm64_v8a

      -- Configuring 'qtquickview' for the following Android ABIs: x86 (default) 

      Run task again ./gradlew QtBuildTask   
       
      Expected: The task is run for specified kit.

      Actual: The task is run for single ABI (kit), but for the default one 

       

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

            teko Tero Koponen
            lkos Łukasz Kosiorowski
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes