gpt4 book ai didi

android - Android Studio 中的 NDK 集成错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:27:26 24 4
gpt4 key购买 nike

我正在使用 Android studio 版本 1.3.1 并尝试通过转到 local.prorties 并编写 ndk.dir= 来集成 NDK,但我遇到了这个错误

错误:任务“:teststwo:compileReleaseNdk”执行失败。

Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental. Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration.

请帮我解决这个问题。

最佳答案

将此添加到您的 build.gradle 中:

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

关于android - Android Studio 中的 NDK 集成错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32344995/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com