相关报错
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'.
> Configuration with name 'default' not found.
原因:设置的compileSdkVersion没有对应的sdk
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
原因:自己项目的minSdkVersion不能小于library的minSdkVersion值
本文介绍了如何解决在Android项目中遇到的依赖配置错误,包括找不到指定的配置名称和manifest合并失败的问题。文章详细分析了错误产生的原因,并给出了具体的解决方案。
2121

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



