skip to Main Content

After upgrading to Bumblebee, it cant build my projects anymore.

Keeps saying about java 1.8. does it require java 11?

3

Answers


  1. JDK 11 is a requirement since Artic Fox, there’s no way around that

    Source: https://developer.android.com/studio/releases/gradle-plugin#jdk-11

    Login or Signup to reply.
  2. You neeed to use JDK 11 for building your project. First download it from android studio itself and then Invalidate caches and restart.

    Login or Signup to reply.
  3. Please check your JDK version. At least your JDK version must be 11 Then restart Android studio Check this link for more information: https://developer.android.com/studio/releases/gradle-plugin#jdk-11

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search