无法找到 Build Tools revision 25.0.0

Failed to find Build Tools revision 25.0.0

提问人:Dhruv Singh Kushwah 提问时间:5/10/2021 最后编辑:Dhruv Singh Kushwah 更新时间:5/14/2021 访问量:375

问:

我尝试在项目设置中将构建工具版本设置为 25.0.0。并添加正确的 apply plugin 语句(您可以在屏幕截图中找到它)。我还尝试将项目与 Gradle 文件同步,尽管我认为这个问题与此无关。

基本上确保它在那里。我还下载并更新了所需的 SDK。我会附上屏幕截图。

build.gradle 文件截图 https://i.stack.imgur.com/ardbH.png

模块 https://i.stack.imgur.com/jRR09.png>项目结构设置

SDK 信息 https://i.stack.imgur.com/1n4jr.png

Build.gradle 文件(项目级别)

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'
        classpath 'com.google.gms:google-services:3.0.0'


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

allprojects {
    repositories {
        jcenter()
    }
}

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

依赖

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:25.0.1'
    compile 'com.google.firebase:firebase-database:9.0.2'
    compile "com.google.firebase:firebase-auth:9.0.2"
    compile 'com.firebase:firebase-client-android:2.3.1'
    testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
Android android-gradle-plugin android-build

评论

0赞 Mohit Ajwani 5/10/2021
你能不能也附上 for 关卡。另外,请在关卡中附加依赖项build.gradleprojectappbuild.gradle
0赞 Dhruv Singh Kushwah 5/11/2021
附上他们俩,请检查 Mohit Ajwani
0赞 Mohit Ajwani 5/11/2021
请更新您的 gradle 插件。 在项目级别文件中。这是一个旧的,也许构建工具 25.0.0 不支持它。需要查看发行说明。我很确定最新版本超过 3.4.0。com.android.tools.build:gradle:2.2.2
0赞 Dhruv Singh Kushwah 5/13/2021
好的,非常感谢!
0赞 Mohit Ajwani 5/13/2021
问题解决了吗?如果是,我可以写一个答案,然后你可以接受它。

答:

0赞 Sandeep Mohanty 5/10/2021 #1

对于 Android Studio 中的 Failed to Find Build Tools Revision 25.0.0 错误,请先保存您的工作并关闭项目。

  • 打开 SDK 管理器,然后单击“SDK 工具”
  • 找到软件包 25.0.0 并检查是否安装了该软件包。
  • Intsall 软件包,或者检查是否已经安装了其他版本的其他软件包,并在 build.gradle 中更改 buildtooolversion

执行此步骤后,再次运行程序,它将起作用。

如果问题再次出现,请尝试再次升级 buildtoolversion。

评论

0赞 Dhruv Singh Kushwah 5/11/2021
谢谢!虽然我遇到了一个新错误,但这确实解决了以前的问题!谢谢!
0赞 Sandeep Mohanty 5/11/2021
我遇到过这个问题,所以我以这种方式解决了,无论如何你的问题都得到了解决。
0赞 Ryan M 5/12/2021
很确定这不是一个实际的属性名称,你能仔细检查一下它是如何拼写的吗?buildtooolversion
0赞 Mohit Ajwani 5/14/2021 #2

您可以在项目级文件中更新您的 gradle 插件。这是一个旧的,也许构建工具不支持它。需要查看发行说明。我很确定最新的不仅仅是.com.android.tools.build:gradle:2.2.225.0.03.4.0