描述:cmakelist.txt中so库的名称不符合规范,android自己建立的c++支持项目中库名是native-lib,

我直接写的库名是test,必须将库名写成test-lib,然后编译就可以了


bug:Error:A problem occurred configuring project ':app'.
> executing external native build for cmake D:\as\AndroidStudioProjects\DHCCLive\app\CMakeLists.txt



android studio大坑 executing external native build for cmake


解决方案:


android studio大坑 executing external native build for cmake


相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2021-12-12
  • 2022-01-15
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-07-16
猜你喜欢
  • 2021-10-15
  • 2021-12-14
  • 2022-12-23
  • 2021-04-11
  • 2021-05-28
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案