gpt4 book ai didi

android - 模块 'app' : platform 'android-28' not found , 安卓工作室 3.6.3

转载 作者:行者123 更新时间:2023-12-02 13:43:28 25 4
gpt4 key购买 nike

我已将我的 android studio 升级到 3.6.3 并下载 gradles 但
当我启动一个 kotlin 语言项目时,在运行时会出错:

ERROR: Module 'app': platform 'android-28' not found.

和我的 build.gradle :
   buildscript {
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-
plugin:$kotlin_version"

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

allprojects {
repositories {
google()
jcenter()

}
}

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

和 build.gradle(app) :
     apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28


defaultConfig {
applicationId "com.example.kotlinapp5"
minSdkVersion 24
targetSdkVersion 28
versionCode 1
versionName "1.0"

testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-
optimize.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-
jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-
core:3.2.0'
}

我试图改变谷歌的服务,但没有任何改变。

编辑

这是我的 SDK 经理 sdk manager

当我降级 sdk 版本时,它会发生:
error image

和我的 gradle 版本: gradles version

和午餐 Activity : lunch

和我的 SDK 工具: sdk tools

最佳答案

问题已解决

最后我明白我的新安卓工作室没有连接到互联网,因为我是伊朗人,谷歌限制了它对我们的服务:(

我更改了 IP 并安装了 SDK 28.0.3,之后我清理并重建了项目。

只需确保您的 android studio 在加载 SDK 工具之类的东西时连接到互联网。

关于android - 模块 'app' : platform 'android-28' not found , 安卓工作室 3.6.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61354078/

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