ProjectScopeServices中没有可用的Factory类型的服务错误

时间:2016-10-24 17:04:41

标签: android maven-plugin

我一直试图解决这个问题,添加了依赖项(com.android.tools.build:gradle:2.2.2)和(classpath' com.github.dcendents:android-maven-gradle-plugin :1.4.1')但无法解决错误。Here is the screen shot

我是新来的android请帮忙!

2 个答案:

答案 0 :(得分:0)

这个answer对我有用,看看并试试。

答案 1 :(得分:0)

build.gradle(项目)文件

中添加此依赖项
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'}