导入vlc for android时提示:
Error: NDK integration is deprecated in the current plugin.
解决办法:
根路径下新建gradle.properties 文件里面添加 android.useDeprecatedNdk=true
后重新编译即可
本文介绍了解决在Android项目中导入VLC for Android时遇到的NDK集成被弃用警告的方法,通过在根路径下创建gradle.properties文件并设置参数,实现问题的解决。
导入vlc for android时提示:
Error: NDK integration is deprecated in the current plugin.
解决办法:
根路径下新建gradle.properties 文件里面添加 android.useDeprecatedNdk=true
后重新编译即可
5444
3万+

被折叠的 条评论
为什么被折叠?