Android Studio更新到3.1以后旧项目报错的解决办法
程序员文章站
2022-05-13 22:53:45
android studio从2.2更新到3.1后运行之前的旧项目报错:
org.gradle.api.tasks.taskexecutionexception: execution failed...
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
上一篇: 20个你可能不知道的Google真相
下一篇: android修改状态栏的颜色等问题