您的位置:首页 > 大数据 > 人工智能

No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.

2016-10-05 15:59 453 查看
Android studio 升级2.2 之后 Maven插件不能使用解决

compile报下面的错误
<code class="hljs fsharp has-numbering" style="display: block; padding: 0px; color: inherit; box-sizing: border-box; font-family: 'Source Code Pro', monospace;font-size:undefined; white-space: pre; border-radius: 0px; word-wrap: normal; background: transparent;">Error:(<span class="hljs-number" style="color: rgb(0, 102, 102); box-sizing: border-box;">2</span>, <span class="hljs-number" style="color: rgb(0, 102, 102); box-sizing: border-box;">0</span>) No service <span class="hljs-keyword" style="color: rgb(0, 0, 136); box-sizing: border-box;">of</span> <span class="hljs-class" style="box-sizing: border-box;"><span class="hljs-keyword" style="color: rgb(0, 0, 136); box-sizing: border-box;">type</span> <span class="hljs-title" style="box-sizing: border-box; color: rgb(102, 0, 102);">Factory</span><<span class="hljs-title" style="box-sizing: border-box; color: rgb(102, 0, 102);">LoggingManagerInternal</span>> <span class="hljs-title" style="box-sizing: border-box; color: rgb(102, 0, 102);">available</span> <span class="hljs-title" style="box-sizing: border-box; color: rgb(102, 0, 102);">in</span> <span class="hljs-title" style="box-sizing: border-box; color: rgb(102, 0, 102);">ProjectScopeServices</span>.</span></code><ul class="pre-numbering" style="box-sizing: border-box; position: absolute; width: 50px; top: 0px; left: 0px; margin: 0px; padding: 6px 0px 40px; border-right-width: 1px; border-right-style: solid; border-right-color: rgb(221, 221, 221); list-style: none; text-align: right; background-color: rgb(238, 238, 238);"><li style="box-sizing: border-box; padding: 0px 5px;">1</li></ul><ul class="pre-numbering" style="box-sizing: border-box; position: absolute; width: 50px; top: 0px; left: 0px; margin: 0px; padding: 6px 0px 40px; border-right-width: 1px; border-right-style: solid; border-right-color: rgb(221, 221, 221); list-style: none; text-align: right; background-color: rgb(238, 238, 238);"><li style="box-sizing: border-box; padding: 0px 5px;">1</li></ul>


点击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

转载自:http://blog.csdn.net/u014731991/article/details/52596981
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐