Android Studio 出现 Error: NDK integration is deprecated in the current plugin.

来源:互联网 发布:自定义端口号范围 编辑:程序博客网 时间:2024/05/21 11:22

在gradle.properties 文件里面添加 android.useDeprecatedNdk=true 后重新编译即可


1 0