gpt4 book ai didi

android - 由于android studio中缺少com.android.application插件,我的应用无法构建?

转载 作者:行者123 更新时间:2023-12-03 06:33:19 25 4
gpt4 key购买 nike

//this is my build.gradle file, plz help.
def var = buildscript {
ext.kotlin_version = '1.2.30'
repositories {
google()
maven { url "https://maven.google.com" }
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-
plugin:$kotlin_version"
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

我也尝试过更新插件。它表明我的构建配置不正确,无论如何我构建都显示错误。 this is config. setting img

调试类型设置为自动,并且启用了高级分析。

最佳答案

build.gradle文件中删除以下几行:

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

点击顶部的 Try again
try again

关于android - 由于android studio中缺少com.android.application插件,我的应用无法构建?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50641349/

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