AndroidStudio报错处理Error:Execution failed for task ':transformNativeLibsWithStripDebugSymbolForDebug'.

xiaoxiao2021-02-28  41

Error:Execution failed for task ':transformNativeLibsWithStripDebugSymbolForDebug'.

> A problem occurred starting process 'command 'D:\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows\bin\aarch64-linux-android-strip'' 

处理方法1:找到local.properties文件将ndk.dir这一行注释掉就行了( https://blog.csdn.net/zoucanfa/article/details/54844926)。我试了一下,不可以。

处理方法2:更新NDK。

这样我的问题就解决了。

转载请注明原文地址: https://www.6miu.com/read-2626231.html

最新回复(0)