gpt4 book ai didi

java - Android Studio - 将 JDK 切换到 1.10 版后的构建问题

转载 作者:行者123 更新时间:2023-12-04 13:00:56 25 4
gpt4 key购买 nike

我在 Android Studio 中将 JDK 从 1.8 版切换到 1.10 版后遇到了问题。我也知道,这个问题是从 1.9 开始出现的。当我构建我的项目时,它给了我以下错误:
error: cannot access ViewGroup class file for android.view.ViewGroup not found
error: cannot access Activity class file for android.app.Activity not found
error: cannot access ComponentCallbacks class file for android.content.ComponentCallbacks not found
error: cannot access Application class file for android.app.Application not found
error: cannot access DialogInterface class file for android.content.DialogInterface not found

我正在使用来自 http://jdk.java.net/java-se-ri/10 的 OpenJDK 版本

我的JDK目录路径:
JDK path

当我在“项目结构”窗口中切换回 1.8(选中“使用嵌入式 JDK”)时,一切正常。

谢谢你的任何建议。

最佳答案

是插件问题。
here 下载 Android Studio Canary 版本.
或者
下载最新的 IntelliJ 版本。

  • 将 build.gradle 中的类路径更新为: 'com.android.tools.build:gradle:7.0.0-alpha12'
  • 将构建工具版本更新为:'31.0.0 rc2'
  • 将 SDK 版本更新为:30

  • 我会说选择第二个选项。

    关于java - Android Studio - 将 JDK 切换到 1.10 版后的构建问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57017645/

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