I did a fresh install of the Android Studio Flamingo and tried to run a flutter code project but encounter this error code.
Failed to apply plugin 'com.android.internal.application'.
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
I tried the solutions posted on stackoverflow but my Android Studio does not have the Gradle JDK selection option
Can anyone help?