问题:
Error:A problem occurred configuring project ':libxxx-1.0'.
> ABIs [mips64, x86_64, arm64-v8a] are not available for platform and will be excluded from building and packaging. Available ABIs are [armeabi, armeabi-v7a, x86, mips].
解决:
NDK包出错,重新下载对应NDK版本,指定路径即可。
问题:
URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)
解决:
1.打开File–>Settings–>Languages&Frameworks–>Schemas and DTDs
2.点击加号,URI中填写:http://www.springframework.org/schema/beans
问题:
Execution failed for task ':imacecg:transformNativeLibsWithStripDebugSymbolForRelease'.
解决:
进入local.properties文件中,将关于ndk的内容ndk-dir的语句删除

本文介绍了三个常见开发问题:NDK包配置错误、URI注册问题和NativeLibs编译错误的解决方案。通过修改NDK路径、添加Schemas,以及调整本地配置,帮助开发者快速定位并修复这些问题。
3144

被折叠的 条评论
为什么被折叠?



