报错:Plugin with id ‘com.github.dcendents.android-maven’ not found.
解决办法:build.gradle(Project)中的dependencies{}中加上
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
本文解决了在Gradle项目中遇到的“Plugin with id ‘com.github.dcendents.android-maven’ not found”错误。解决方案是在build.gradle(Project)文件的dependencies{}
报错:Plugin with id ‘com.github.dcendents.android-maven’ not found.
解决办法:build.gradle(Project)中的dependencies{}中加上
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
628
1351

被折叠的 条评论
为什么被折叠?