当时我是 运行 Qt 中的项目我得到这个错误
I am run the project in Qt at that time i am getting this error
我是qt新手。我已经在 Android Qt 5.15.2 Clang Multi-Abi 和 Desktop Qt 515.2 MSVC2019 32bit 中构建了一个项目,当我尝试 运行 桌面中的这个项目时,它 运行 成功了。但是当我尝试使用 android 设备 运行 时,它给出了这个错误。
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 "".
请帮忙。我该如何解决这个错误?
还有一个问题是如何检查此项目的目标 android SDK 版本?表示在哪个SDK版本上使用这个项目。
请帮忙。
对于这个错误
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 "".
您需要从您的手机中关闭 USB 调试 模式并再次打开[=26] =]它。
对于这个问题
how can i check the target android SDK version of this project ? means
on which SDK version use this project.
您需要从左窗格进入 Qt 中的项目选项卡。然后 select 你的 android 套件。然后进入构建选项卡。进入构建选项卡,点击 Build Android APK 的 Details。并且在这个字段中有一个字段 Android build platform SDK: 在这个字段中你可以看到 SDK API Version.
我是qt新手。我已经在 Android Qt 5.15.2 Clang Multi-Abi 和 Desktop Qt 515.2 MSVC2019 32bit 中构建了一个项目,当我尝试 运行 桌面中的这个项目时,它 运行 成功了。但是当我尝试使用 android 设备 运行 时,它给出了这个错误。
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 "".
请帮忙。我该如何解决这个错误?
还有一个问题是如何检查此项目的目标 android SDK 版本?表示在哪个SDK版本上使用这个项目。
请帮忙。
对于这个错误
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 "".
您需要从您的手机中关闭 USB 调试 模式并再次打开[=26] =]它。
对于这个问题
how can i check the target android SDK version of this project ? means on which SDK version use this project.
您需要从左窗格进入 Qt 中的项目选项卡。然后 select 你的 android 套件。然后进入构建选项卡。进入构建选项卡,点击 Build Android APK 的 Details。并且在这个字段中有一个字段 Android build platform SDK: 在这个字段中你可以看到 SDK API Version.