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

Cannot run the app using armv7 kit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • QtGP 1.1
    • QtGP: General
    • None
    • macOS

    Description

      Env:{}

      OS 15.2 Qt 6.9.0b2

      Qt GP 1.1 (Qt Maven)

      QtTAS Plugin 4.0 (latest dev - f79fb9575f3f083a35dabe805eba03802dc23380)

      AS Ladybug 2024.2.2

       

      Steps:{}

      1. Open sample qt project (qtquickview_java)
      2. Specify qtKitDir in build.gradle - 
        qtKitDir file('<your_home>/Qt/6.9.0/android_armv7')
      3. Connect the device that supports armv7 abi. 
      4. Build Qt project and run the app on device.

       
      Expected: The app runs on the device. 

      Actual: The qt project does not run, even if the connected device supports the arch. With Qt 6.9.0b2 it crashes on startup (might be related to https://bugreports.qt.io/browse/QTBUG-132155) on Qt 6.8.1 it shows an empty screen, like for not supported ABIS x86, x86_64). It shows the error:

       

      There are no .so files available to package in the APK for arm64-v8a.> Task :app:createDebugApkListingFileRedirect
      

      build.gradle:

       

      QtBuild {
          qtPath file('<home>/Qt/6.9.0')
          projectPath file('<home>/workspace/qt/newqml2025')
          qtKitDir file('<home>/Qt/6.9.0/android_armv7')
      } 

       

       

       

      Attachments

        Issue Links

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

          Activity

            People

              soarmin Soheil Armin
              lkos Łukasz Kosiorowski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes