gpt4 book ai didi

android - 在 build.gradle 中找不到构建工具修订版 25.0.0 rc1

转载 作者:太空狗 更新时间:2023-10-29 14:45:24 26 4
gpt4 key购买 nike

这是build.gradle文件

apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25 rc1"
defaultConfig {
applicationId "com.example.android.supportv13.sampleime"
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
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.0'
compile 'com.android.support:support-v13:25.0.0'
testCompile 'junit:junit:4.12'
}

每当同步 gradle 项目时,我们都会显示一个包含以下文本的对话框"所有包都无法下载!以下包不可用:- 包 id build-tools;25.0.0-rc1

最佳答案

也许只使用旧版本的 gradle 构建。 23.0.3 适合我。

关于android - 在 build.gradle 中找不到构建工具修订版 25.0.0 rc1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41034431/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com