Android Studio 因JDK版本导致编译报错问题处理

一、报错问题提示

Cause: com/android/tools/idea/gradle/run/OutputBuildAction has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

二、处理方法

将Gradle JDK版本改为11

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-30 14:36:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-30 14:36:05       100 阅读
  3. 在Django里面运行非项目文件

    2024-03-30 14:36:05       82 阅读
  4. Python语言-面向对象

    2024-03-30 14:36:05       91 阅读

热门阅读

  1. import 和 export

    2024-03-30 14:36:05       38 阅读
  2. Leetcode704_二分查找

    2024-03-30 14:36:05       44 阅读
  3. XSS 简述及解决

    2024-03-30 14:36:05       43 阅读
  4. Dubbo 几种方式来传递和使用隐式参数

    2024-03-30 14:36:05       41 阅读
  5. Qt_day5:2024/3/26

    2024-03-30 14:36:05       46 阅读