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: 10:20:04: The kit supports "arm64-v8a", but the device uses "x86_64". Error while building/deploying project daqudwqw (kit: Android Qt 6.5.3 Clang arm64-v8a) When executing step "Deploy to Android device"

Build error: 10:20:04: The kit supports "arm64-v8a", but the device uses "x86_64". Error while building/deploying project daqudwqw (kit: Android Qt 6.5.3 Clang arm64-v8a) When executing step "Deploy to Android device"

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 2 Posters 871 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.
  • N Offline
    N Offline
    Nitish875
    wrote on last edited by
    #1

    10:20:04: The deployment device "pixel_3a_API_34_extension_level_7_x86_64" does not support the
    by the kit.
    The kit supports "arm64-v8a", but the device uses "x86_64".
    Error while building/deploying project daqudwqw (kit: Android Qt 6.5.3 Clang arm64-v8a)
    When executing step "Deploy to Android device"ImportedPhoto_1712050025667.jpg

    jsulmJ 1 Reply Last reply
    0
    • N Nitish875

      10:20:04: The deployment device "pixel_3a_API_34_extension_level_7_x86_64" does not support the
      by the kit.
      The kit supports "arm64-v8a", but the device uses "x86_64".
      Error while building/deploying project daqudwqw (kit: Android Qt 6.5.3 Clang arm64-v8a)
      When executing step "Deploy to Android device"ImportedPhoto_1712050025667.jpg

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Nitish875 No need to post screen-shots to post error messages - those are text.
      The error is quite clear: you're building for ARM64-v8a but trying to deploy to a device with x86_64 CPU. Make sure you build for the same architecture you're deploying to.

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

      N 2 Replies Last reply
      0
      • jsulmJ jsulm

        @Nitish875 No need to post screen-shots to post error messages - those are text.
        The error is quite clear: you're building for ARM64-v8a but trying to deploy to a device with x86_64 CPU. Make sure you build for the same architecture you're deploying to.

        N Offline
        N Offline
        Nitish875
        wrote on last edited by
        #3

        @jsulm already i changed but getting same issue always

        1 Reply Last reply
        0
        • jsulmJ jsulm

          @Nitish875 No need to post screen-shots to post error messages - those are text.
          The error is quite clear: you're building for ARM64-v8a but trying to deploy to a device with x86_64 CPU. Make sure you build for the same architecture you're deploying to.

          N Offline
          N Offline
          Nitish875
          wrote on last edited by
          #4

          @jsulm Also, I am getting the following error when trying to run another project
          The kit supports "", but the device uses "x86_64".
          following error getting in the console.
          same issue I am getting but unable to find the solution.
          https://forum.qt.io/topic/150157/build-error-kit-supports-but-the-device-uses-arm64-v8a/9
          please suggest to me how to resolve this.

          jsulmJ 1 Reply Last reply
          0
          • N Nitish875

            @jsulm Also, I am getting the following error when trying to run another project
            The kit supports "", but the device uses "x86_64".
            following error getting in the console.
            same issue I am getting but unable to find the solution.
            https://forum.qt.io/topic/150157/build-error-kit-supports-but-the-device-uses-arm64-v8a/9
            please suggest to me how to resolve this.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Nitish875 said in Build error: 10:20:04: The kit supports "arm64-v8a", but the device uses "x86_64". Error while building/deploying project daqudwqw (kit: Android Qt 6.5.3 Clang arm64-v8a) When executing step "Deploy to Android device":

            same issue I am getting but unable to find the solution

            Did you try what was suggested in that thread?

            "already i changed but getting same issue always" - what exactly did you change? You need to select a different Kit (one that matches the target device architecture).

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

            1 Reply Last reply
            0

            • Login

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