在github上下载的开源项目出现以下问题,怎么办?
Error:(2,0)Pluginwithid'com.github.dcendents.android-maven'notfound....
Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found.
展开
1个回答
展开全部
1、引起这个错误的原因是因为你在,AndroidStudio的model中的。
2、(注意是model中的,不是Project中的。)build.gradle文件中有一行。
3、apply plugin: 'com.github.dcendents.android-maven'。
4、而你没有在buildscript中制定这个的位置。
5、所以,你应该到你项目的(也就是Project目录下)找到build.gradle 文件。
6、修改buildscript如下。
7、buildscript {
8、repositories {
9、 jcenter()
10、dependencies {
11、//。。。你的其他配置
12、//添加这行
13、classpath 'com.github.dcendents:android-maven-plugin:1.2'
14、 // NOTE: Do not place your application dependencies here; they belong
15、// in the individual module build.gradle files
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询