Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Build error: kit supports "", but the device uses "arm64-v8a..."
QtWS25 Last Chance

Build error: kit supports "", but the device uses "arm64-v8a..."

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
androidarmeabi-v7a
9 Posts 7 Posters 3.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    torui
    wrote on 28 Sept 2023, 19:15 last edited by
    #1

    I installed Qt 6.5.3 Android. on MacOS Ventura. Target is Android Pixel 6.
    There is no sub-module for "ARMeabi" or "ARMv8" under Qt 6.x on MaintainceTool. Qt 5.x has these sub-module.

    When I build with Qt Creator, I got this error.
    The kit supports "", but the device uses "arm64-v8a, armeabi-v7a, armeabi".
    Screenshot 2023-09-28 at 11.54.24 AM.png

    I made sure these Kits are installed.
    Screenshot 2023-09-28 at 11.55.37 AM.png

    Do I missing some steps for kit installation?

    J 1 Reply Last reply 29 Sept 2023, 05:48
    0
    • T torui
      28 Sept 2023, 19:15

      I installed Qt 6.5.3 Android. on MacOS Ventura. Target is Android Pixel 6.
      There is no sub-module for "ARMeabi" or "ARMv8" under Qt 6.x on MaintainceTool. Qt 5.x has these sub-module.

      When I build with Qt Creator, I got this error.
      The kit supports "", but the device uses "arm64-v8a, armeabi-v7a, armeabi".
      Screenshot 2023-09-28 at 11.54.24 AM.png

      I made sure these Kits are installed.
      Screenshot 2023-09-28 at 11.55.37 AM.png

      Do I missing some steps for kit installation?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 29 Sept 2023, 05:48 last edited by
      #2

      @torui Did you check the Kit for warnings/errors?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      S T 2 Replies Last reply 29 Sept 2023, 12:48
      0
      • J jsulm
        29 Sept 2023, 05:48

        @torui Did you check the Kit for warnings/errors?

        S Offline
        S Offline
        simcir
        wrote on 29 Sept 2023, 12:48 last edited by
        #3

        @jsulm I have actually almost the same problem with
        5b178289-83ac-4451-a5a5-25b695d33e96-image.png

        And those are my kits :
        6b0ac229-a9f0-4889-86a6-776827b22442-image.png

        With my phone :
        dc452973-f640-4e0c-bf9f-89d98fd6c6bb-image.png

        All things seems okay but still doesn't work...

        J 1 Reply Last reply 29 Sept 2023, 13:49
        0
        • S simcir
          29 Sept 2023, 12:48

          @jsulm I have actually almost the same problem with
          5b178289-83ac-4451-a5a5-25b695d33e96-image.png

          And those are my kits :
          6b0ac229-a9f0-4889-86a6-776827b22442-image.png

          With my phone :
          dc452973-f640-4e0c-bf9f-89d98fd6c6bb-image.png

          All things seems okay but still doesn't work...

          J Offline
          J Offline
          JoeCFD
          wrote on 29 Sept 2023, 13:49 last edited by JoeCFD
          #4

          @simcir can you show qt versions tab of the kit? It looks like you did not select any of arm64-v8a, armeabi-v7a, armeabi. Qt 6 is a bit different now.

          S 1 Reply Last reply 30 Sept 2023, 08:20
          0
          • J jsulm
            29 Sept 2023, 05:48

            @torui Did you check the Kit for warnings/errors?

            T Offline
            T Offline
            torui
            wrote on 29 Sept 2023, 17:07 last edited by
            #5

            @jsulm

            I installed these Kits by MaintenanceTool with Archive=true. There is no error.
            Screenshot 2023-09-29 at 10.05.22 AM.png

            1 Reply Last reply
            0
            • J JoeCFD
              29 Sept 2023, 13:49

              @simcir can you show qt versions tab of the kit? It looks like you did not select any of arm64-v8a, armeabi-v7a, armeabi. Qt 6 is a bit different now.

              S Offline
              S Offline
              simcir
              wrote on 30 Sept 2023, 08:20 last edited by
              #6

              @JoeCFD
              This tab : ?
              a44e9c6c-10f2-4786-beaf-e1b69911e101-image.png

              1 Reply Last reply
              0
              • C Offline
                C Offline
                camgaertner
                wrote on 10 Dec 2023, 23:26 last edited by
                #7

                This means your device is likely not recognized by adb. To confirm go to
                Android/Sdk/platform-tools
                run ./adb devices

                You may see something like this:

                List of devices attached
                2A191FDH2000WJ  no permissions (missing udev rules? user is in the plugdev group); see [http://developer.android.com/tools/device.html]
                

                This can be because your device is in charging mode, or your user account doesn't have permission to access the USB device. Simplest fix is probably switch to "file transfer" mode on your device.

                If that doesn't fix it, check here
                https://stackoverflow.com/questions/53887322/adb-devices-no-permissions-user-in-plugdev-group-are-your-udev-rules-wrong

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  roger2000
                  wrote on 9 Jan 2024, 06:04 last edited by roger2000 1 Sept 2024, 06:06
                  #8

                  Hello,

                  I'm too in Qt 6.5.3 and galaxy tab8, and I have the same problem.
                  I'm on widows 11.
                  I'm connected to adb, and my device is listed in adb devices.
                  Qt does not reconize his own kit version.

                  1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    ben01
                    wrote on 16 Jan 2024, 03:50 last edited by
                    #9

                    I had the same problem and solved it on Ubuntu by deleting the cache of QtCreator using :

                    rm -R ~/.cache/QtProject
                    
                    1 Reply Last reply
                    0
                    • N Nitish875 referenced this topic on 3 Apr 2024, 04:23

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved