简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM