'Android Studio Bumblebee Doesnt Build with Java 1.8
After upgrading to Bumblebee, it cant build my projects anymore.
Keeps saying about java 1.8. does it require java 11?
Solution 1:[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
Solution 2:[2]
You neeed to use JDK 11 for building your project. First download it from android studio itself and then Invalidate caches and restart.
Solution 3:[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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jakoss |
| Solution 2 | Rushikesh Birwatkar |
| Solution 3 | Arian Ahmadifard |

