【问题标题】:I can't find allproject我找不到所有项目
【发布时间】:2021-11-12 18:00:04
【问题描述】:

在这里对不起新手 我想使用 TextFieldBoxes

安装需要找:

allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
}

为什么我找不到 allproject,这里是我的 build.gradle:

  buildscript {
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath "com.android.tools.build:gradle:7.0.2"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

帮助:D

【问题讨论】:

    标签: java android maven


    【解决方案1】:

    使用下面的代码

    maven { url 'https://www.jitpack.io' }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-20
      相关资源
      最近更新 更多