gpt4 book ai didi

android - flutter 模拟器错误 |找不到路径为 : platforms;android-R 的平台 SDK

转载 作者:行者123 更新时间:2023-12-04 15:22:16 25 4
gpt4 key购买 nike

我正在 IOS 模拟器中编译我的应用程序,它运行时发现,当我尝试在 android 模拟器或 android 手机上运行它时,它给我这个错误。我已经安装了所有 SDK,但我仍然遇到这个问题。

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app_settings:compileDebugAidl'.
> Failed to find Platform SDK with path: platforms;android-R

我正在发布我的构建 gradle 文件和 sdk 管理器的屏幕截图: build gradle file

sdk tools

最佳答案

    subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"

project.evaluationDependsOn(':app')

afterEvaluate {project ->
if (project.hasProperty("android") && project.property("android").compileSdkVersion.equals("android-R")) {
android {
compileSdkVersion 30
}
}
}
}

关于android - flutter 模拟器错误 |找不到路径为 : platforms;android-R 的平台 SDK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63049563/

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