热门IT资讯网

Android Studio开发地图问题

发表于:2024-11-29 作者:热门IT资讯网编辑
编辑最后更新 2024年11月29日,Error:Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.> java.lang.N

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

> java.lang.NullPointerException (no error message)

出现上述问题

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


0