Error:Execution failed for task ':app:transformNative_libsWithStripDebugSymbolForDebug'. > java.lang.NullPointerException (no error message)```
开发中,第一次碰到这种报错,在编译安装debug版本时,编译报错,报空指针:
- 原因
Androidstudio2.2版本以后出现的问题,网上找个几种解决办法,测试部分有效;
- 1、 找到Peoject --> local.properties -->ndk.dir=E\:\\SDK\\ndk-bundle,将其删除或者注释掉,亲测有效;
![删除或注释掉.png](http://upload-images.jianshu.io/upload_images/2789715-6c077ff76b638ad4.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
- 2、未测试方法:
- 升级NDK
- build.gradle中的sourceSets导致
- 删除项目中的 .idea文件夹和所有的 .iml 文件后重新导入项目
基本能解决问题