从msvc2017编译转换为andorid程序 Qt5.14.2中报错error: 'type_traits' file not found


1.从msvc2017编译转换为andorid程序

  • 出现了error:‘type_traits'file not found
    这个是由于andorid ndk中没有这个文件,需要下载稍微新的ndk
    至于是什么版本,需要看你的运行环境,
  • 比如我的是QT5.14.2,要是android-ndk-r21e 才行
  • 我参考的博客是
    https://blog.csdn.net/a137748099/article/details/102611476
  • 参考的视频
    https://www.bilibili.com/video/av497972312/