Qt配置Android开发

1.使用Qt5.14.2

2.安装java和SDK,NDK

具体参考该博客【原创】基于Qt5.14的一站式安卓开发环境搭建_qt安卓开发环境搭建_Jamie.T的博客-CSDN博客

3.后续可能会遇到的问题:

①SDK配置问题:

若出现以下编译错误,是build-tools 28.0.3没有安装,因此我们需要再返回SDK Manager.exe中,去安装它。

Could not determine the dependencies of task ':compileDebugJavaWithJavac'.

> Failed to install the following Android SDK packages as some licences have not been accepted.

build-tools;28.0.3 Android SDK Build-Tools 28.0.3


②虚拟手机模拟器无法将APK导入的问题

猜你喜欢

转载自blog.csdn.net/cyy1104/article/details/132010104