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"
-
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" -
@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. -
@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. -
@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).