nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

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 #861

Open slpy22 opened 1 year ago

slpy22 commented 1 year ago
  1. clone plaid project
  2. change jdk version to 1.8
  3. building --> failed with above error.

My building environment is like following. Android Studio Dolphin 2021.3.1 AGP Version : 3.6.1 Gradle Version : 5.6.4 compile sdk version : 29

How can I fix this error?