当前位置: 首页 > 知识库问答 >
问题:

android studio gradle erro

谯德佑
2023-03-14

Android studio 3.0在Android studio 3.0中执行任务:[:app:GenerateDebugSources,:app:MockableAndroidJar,:app:GenerateDebugAndroidTestSources]

共有1个答案

荀金鹏
2023-03-14

试试这个:

buildscript {
repositories {
    jcenter()
}
dependencies {
    classpath 'com.android.tools.build:gradle:2.3.2'

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

希望这能有所帮助。并确保您的internet已连接。

 类似资料:

相关问答

相关文章

相关阅读