天天看點

Android studio Error:Plugin with id 'com.github.dcendents.android-maven' not found

在之前的android-maven-plugin版本前加上

classpath ‘com.github.dcendents:android-maven-gradle-plugin:1.3’

比如:

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
           

繼續閱讀