I recently updated my android studio to Arctic fox(2020.3.1) and got the following problem when running "flutter doctor".
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.22000.160], locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
[✓] Chrome - develop for the web
[!] Android Studio (version 4.0)
✗ Unable to determine bundled Java version.
[✓] IntelliJ IDEA Community Edition (version 2020.1)
[✓] VS Code (version 1.59.1)
[✓] Connected device (2 available)
I have referred to several previous posts but none of them fix my issue. Thank you in advance!!