Android Studio NDK开发时报Execution failed for task ':xxxx项目:transformNativeLibsWithStripDebugSymbol 错误的解决办法
程序员文章站
2022-09-04 17:12:41
错误信息:
failure: build failed with an exception.
* what went wrong:
execution failed for task ':x...
错误信息:
failure: build failed with an exception.
* what went wrong:
execution failed for task ':xxxx项目名称:transformnativelibswithstripdebugsymbolfordebug'.
> a problem occurred starting process 'command 'e:\android\sdk\sdk\sdk\ndk-bundle\toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip''
* try:
run with --stacktrace option to get the stack trace. run with --info or --debug option to get more log output
根据错误信息,跟进进入对应的文件夹看一下,可以看到文件夹如下图:
可以看到文件夹里面只有一个文件。对正常的路径下面的文件夹内容:
可以发现,是在更新下载的时候对应的文件没有下载完全。
解决办法:到官网下载完整的ndk,我下载的是
下载完成后解压缩,在android studio 里面将ndk的路径配置进去就可以解决这个问题。这是我遇到的情况,希望对大家有用
下一篇: 数组&对象