Error:No service of type Factory available in ProjectScopeServices

从github上clone了一个项目,却出现了Error:No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.的提示。

Android studio 升级2.2 之后 Maven插件不能使用
错误信息如下:
Error:(2, 0) No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices
点击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萌萌哒
    原文地址: https://www.jianshu.com/p/69754cd19996
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞