Android Studio从2.2更新到3.1后运行之前的旧项目报错:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':mwms:transformNativeLibsWithStripDebugSymbolForDebug'.

Causedby: net.rubygrapefruit.platform.NativeException: Could not start 'D:\As_SDK\ndk-bundle\toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip'

Caused by: java.io.IOException: CreateProcess error=2, 系统找不到指定的文件

解决方法:Settings > Appearance & Behavior > Sysytem Settings > Android SDK > SDK tools

卸载NDK

Android Studio更新到3.1以后老项目跑不起来


相关文章:

  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-08-03
  • 2022-12-23
  • 2021-09-22
  • 2021-05-13
猜你喜欢
  • 2022-01-20
  • 2021-09-16
  • 2022-01-07
  • 2021-09-02
  • 2021-12-29
  • 2021-09-20
  • 2022-01-12
相关资源
相似解决方案