gpt4 book ai didi

android - 如何在 Android Studio 中使用弃用的 NDK

转载 作者:太空宇宙 更新时间:2023-11-03 12:50:16 26 4
gpt4 key购买 nike

我试图在 .jniLibs 文件夹内的 Android Studio 项目中包含 .so 文件,但出现以下错误,我该如何克服它?

Error:Execution failed for task ':app:compileDebugNdk'. 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.

我在任何地方都找不到gradle.properties?我在哪里可以找到或有任何变通办法?

谢谢

最佳答案

在Android-Studio中,gradle.properties可以通过如下 View 下拉列表访问。 Drop Down Box in Android Studio

选择项目 View 后,展开项目名称并打开 gradle.properties 选项卡。 gradle.properties

在编辑器窗口输入

android.useDeprecatedNdk=true

现在,您将能够使用当前的 NDK。

关于android - 如何在 Android Studio 中使用弃用的 NDK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33008699/

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