Running under Ubuntu 2024 LTS.
I’ve installed Android Studio 2024…Koala , Intellij Idea & VS Code. When I run 'flutter doctor;, it gives an error:
john@Desktop:~$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.1, on Ubuntu 24.04.1 LTS 6.8.0-40-generic,
locale en_GB.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.1)
[!] Android Studio (version unknown)
✗ Unable to determine Android Studio version.
[✓] IntelliJ IDEA Community Edition (version 2024.3)
[✓] VS Code (version 1.96.0)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
I have installed flutter as:
flutter 0+git.2149a81 145 latest/stable flutter-team✓ classic
Any idea why I get the ‘flutter doctor’ error?
.