gpt4 book ai didi

android - 如何在 android studio 中更新我的插件?

转载 作者:太空狗 更新时间:2023-10-29 13:15:39 27 4
gpt4 key购买 nike

我正在使用 android studio 构建一个高尔夫记分卡应用程序,昨晚在我关闭我的笔记本电脑之前它构建得很好,但是,今天早上当我运行 Android studio 时我收到错误“插件太旧,请更新到更新版本,或将 ANDROID_DAILY_OVERRIDE 环境变量设置为“aed79d567e57792ed352e708d2b7ca891ff897c6””,我的应用程序结构也发生了变化,不再有 list 文件夹...... image of app structure``

下面是我的gradle文件:

    apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.example.biko.golfstroke"
minSdkVersion 8
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
}

如果可以的话请帮忙,这太令人沮丧了!

最佳答案

PLZ 在 rooter gradle 文件中更新你的 gradle 插件版本如下:

classpath 'com.android.tools.build:gradle:2.0.0-alpha6'

here中查看最新版本的android gradle插件

我觉得android studio应该自己解决这个版本问题,手动修改体验很差。

关于android - 如何在 android studio 中更新我的插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34917183/

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