Error: Your project contains C++ files but it is not using a supported native build system.Consider(
Posted 安果移不动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error: Your project contains C++ files but it is not using a supported native build system.Consider(相关的知识,希望对你有一定的参考价值。
gradle.properties添加 没有这个文件就新建再工程父目录下
android.useDeprecatedNdk=true
build.gradle(Module:app)
android 节点下新增
sourceSets {
main {
jni.srcDirs = []
}
}
以上是关于Error: Your project contains C++ files but it is not using a supported native build system.Consider(的主要内容,如果未能解决你的问题,请参考以下文章
Gradle project sync failed. Please fix your project and try again
pcl之using pcl in your own project
org.sonar.squidbridge.api.AnalysisException: Please provide compiled classes of your project with so
Error: A JNI error has occurred, please check your installation and try again
.net core Docker Compose启动问题: Debugging Error, The program to be debug con not be found in the conta