本文主要是介绍android studio 编译github下载的开源文件出现Android-maven错误,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
compile报下面的错误点击open file 会跳转到apply plugin: 'com.github.dcendents.Android-maven'这行。
No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.
解决方案更新maven-plugin的依赖
到jcenter查看最新版本android-maven-gradle
https://bintray.com/dcendents/gradle-plugins/com.github.dcendents%3Aandroid-maven-gradle-plugin
修改为最新的
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
这篇关于android studio 编译github下载的开源文件出现Android-maven错误的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!