随时随地阅读更多技术实战干货,获取项目源码、学习资料,请关注源代码社区公众号(ydmsq666)
from:https://blog.youkuaiyun.com/u014731991/article/details/52596981
compile报下面的错误
Error:(2, 0) No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.
- 1
点击open file 会跳转到apply plugin: 'com.github.dcendents.android-maven'
这行。
解决方案更新maven-plugin的依赖 classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
到jcenter查看最新版本android-maven-gradle