我的Android进阶之旅解决NDK开发编译错误: ABIs [x86-64] are not supported for platform.
Posted 字节卷动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的Android进阶之旅解决NDK开发编译错误: ABIs [x86-64] are not supported for platform.相关的知识,希望对你有一定的参考价值。
一、错误描述
androidStudio指定编译armeabi-v7a,arm64-v8a,x86_64的so库的时候,编译报错了,如下所示:
Could not determine the dependencies of task \':app:stripDebugDebugSymbols\'.
> Could not create task \':app:mergeDebugNativeLibs\'.
> ABIs [x86-64] are not supported for platform. Supported ABIs are [
以上是关于我的Android进阶之旅解决NDK开发编译错误: ABIs [x86-64] are not supported for platform.的主要内容,如果未能解决你的问题,请参考以下文章
我的Android进阶之旅解决NDK开发,编译的时候报错:open: Invalid argument File xxx.so is not writable.
我的Android进阶之旅解决Android Studio 编译NDK项目出错:clang++: error: no such file or directory
我的Android进阶之旅解决Android Studio 编译NDK项目出错:clang++: error: no such file or directory
我的Android进阶之旅Android Studio中NDK开发移动.cpp 文件目录,重新编译报错:clang++: error: no such file or directory