在appde build.gradle 中的 buildType中添加 以下这句代码:

sourceSets{
    main {
        jni.srcDirs = []
    }
}

示例如图:

Error: Your project contains C++ files but it is not using a supported native build system

相关文章:

  • 2021-07-09
  • 2021-09-13
  • 2021-06-02
  • 2021-06-27
  • 2022-12-23
  • 2022-01-03
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2021-12-01
  • 2021-09-21
  • 2021-12-25
相关资源
相似解决方案