Error:Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.

> java.lang.NullPointerException (no error message)

出现上述问题

设置build.gradle里面的版本为高一点的版本就编译正确了。
android {
    compileSdkVersion 21
    buildToolsVersion '25.0.2'