Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. I am run the project at that time i am getting this error.
Forum Updated to NodeBB v4.3 + New Features

I am run the project at that time i am getting this error.

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 912 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.
  • D Offline
    D Offline
    dev_liya
    wrote on last edited by
    #1

    I am new to qt. i have build one project in Android Qt 5.15.2 Clang Multi-Abi and Desktop Qt 515.2 MSVC2019 32bit when i run this project in desktop it is run successfully. but when i try to run with android device it is give this error.

    error: The deployment device "Redmi Note 7S" does not support the architectures used by the kit.
    The kit supports "armeabi-v7a", but the device uses "".
    

    Please help. how can i solve this error ?

    and one more question is how can i check the target android SDK version of this project ? means on which SDK version use this project.

    Please help.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dev_liya
      wrote on last edited by
      #2

      For this error

      error: The deployment device "Redmi Note 7S" does not support the architectures used by the kit.
      The kit supports "armeabi-v7a", but the device uses "".
      

      you need to turn OFF the USB debugging mode from your mobile once and again turn ON it.

      For this question

      how can i check the target android SDK version of this project ? means
      on which SDK version use this project.

      You need to go into the project tab in Qt from left pane. then select your android kit. then go into the build tab. into the build tab click on the Details of the Build Android APK. and in this there is one field Android build platform SDK: in this field you can see the SDK API Version.

      S 1 Reply Last reply
      0
      • D dev_liya

        For this error

        error: The deployment device "Redmi Note 7S" does not support the architectures used by the kit.
        The kit supports "armeabi-v7a", but the device uses "".
        

        you need to turn OFF the USB debugging mode from your mobile once and again turn ON it.

        For this question

        how can i check the target android SDK version of this project ? means
        on which SDK version use this project.

        You need to go into the project tab in Qt from left pane. then select your android kit. then go into the build tab. into the build tab click on the Details of the Build Android APK. and in this there is one field Android build platform SDK: in this field you can see the SDK API Version.

        S Offline
        S Offline
        Saad02
        wrote on last edited by
        #3

        @dev_liya Sir, my error is about similar to you but it didn't work for me.
        Error: The kit supports "", but the device uses "arm64-v8a, armeabi-v7a, armeabi".

        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