After upgrading to Bumblebee, it cant build my projects anymore.
Keeps saying about java 1.8. does it require java 11?
3
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
You neeed to use JDK 11 for building your project. First download it from android studio itself and then Invalidate caches and restart.
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
Click here to cancel reply.
3
Answers
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
You neeed to use JDK 11 for building your project. First download it from android studio itself and then Invalidate caches and restart.
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