项目里须要用到NDK开发,遇到了mips64el-linux-android-strip的问题,这里记录并分享下 python
Error:Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.
> A problem occurred starting process 'command 'D:\android-sdk-windows
\ndk-bundle\toolchains\mips64el-linux-android-4.9
\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip''
复制代码
这是什么问题,到android-sdk-windows\ndk-bundle目录下去找,居然没找到,莫非是刚才那种下载方式,没有把NDK17的包下载彻底,好吧那我去官网下载吧,下载完成后,把它解压到android-sdk-windows\ndk-bundle目录,又builde一下项目,编译了一下子,仍是报那个错误,初步估计,是否是不兼容的问题,而后就去下载NDK16的版本linux
解决办法 stackoverflow.com/questions/5…android
这里我顺便给下NDK Version 16 的下载连接 [dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… ) NDK Version 17 (目前最新版) [dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… )[dl.google.com/android/rep… ](dl.google.com/android/rep… )windows