http://blog.youkuaiyun.com/u014731991/article/details/52596981
compile报下面的错误
Error:(2, 0) No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.
- 1
- 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
本文介绍了解决Android项目中出现的特定错误的方法:Noservice of type Factory<LoggingManagerInternal> available in ProjectScopeServices。该错误通常发生在使用com.github.dcendents Android-maven插件时。解决方案涉及更新maven-plugin的依赖版本。
1702

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



