美文网首页
@debug/compileClasspath‘: Could

@debug/compileClasspath‘: Could

作者: Y__W | 来源:发表于2021-01-29 15:43 被阅读0次

    原因:库下载失败

    方法:修改下载源

    步骤:project build.gradle更改为

    allprojects{

        repositories{

            maven{

                url"https://maven.aliyun.com/repository/google"

            }

            maven{

                url"https://maven.aliyun.com/repository/jcenter"

            }

    }

    }

    相关文章

      网友评论

          本文标题:@debug/compileClasspath‘: Could

          本文链接:https://www.haomeiwen.com/subject/eiwraktx.html