question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flutter Plugin not Compatible with Android Studio 3.4 (Linux)

See original GitHub issue

Steps to Reproduce

  1. Update Android Studio to 3.4
  2. Open a Flutter project
  3. There’s no support for Flutter in the IDE. If you go to “Plugins” settings you’ll see it says “Incompatible with the current Android Studio version”

Issue seems to only happen on Linux. My MacBook has no issues with Android Studio 3.4 and Flutter Plugin v34.0.2 But on My linux Machine I see the following error, this is also reported by another Linux user here DeepinScreenshot_select-area_20190420234728

Version info

Android Studio 3.4
Build #AI-183.5429.30.34.5452501, built on April 10, 2019
JRE: 1.8.0_152-release-1343-b16-5323222 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 5.0.8-arch1-1-ARCH

[✓] Flutter (Channel stable, v1.2.1, on Linux, locale en_US.UTF-8) • Flutter version 1.2.1 at /opt/flutter • Framework revision 8661d8aecd (9 weeks ago), 2019-02-14 19:19:53 -0800 • Engine revision 3757390fa4 • Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at /home/edgar/Android/Sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • ANDROID_HOME = /home/edgar/Android/Sdk • Java binary at: /opt/android-studio/jre/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222) • All Android licenses accepted.

[!] Android Studio (version 3.4) • Android Studio at /opt/android-studio ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)

[!] Connected device ! No devices available

! Doctor found issues in 2 categories.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
vovahostcommented, Aug 21, 2019

Actually uninstalling, invalidating caches and installing the Flutter and Dart plugins again fixed the problem. This issue didn’t happen for Intellij Idea so I’m guessing the problem is with Android Studio.

4reactions
lintov7commented, May 30, 2019

Updating the dart and flutter plugin fixed the issue for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter plugin not installed error; When running 'flutter doctor'
Go to Android studio → Settings → plugins → in the search bar search for Flutter and Dart plugins. If you are installing...
Read more >
How To Fix Flutter Plugin & Dart Plugin Not Installed Problem
How to fix the problem that the flutter doctor in the google flutter is telling you are the flutter plugin and the dart...
Read more >
Linux install - Flutter documentation
Start Android Studio, and go through the 'Android Studio Setup Wizard'. This installs the latest Android SDK, Android SDK Command-line Tools, and Android...
Read more >
Android Studio version 4.1 can not see flutter, dart plugin-Flutter
You need to install the android studio flutter plugin. caused by it. Just install plugins. Studio >> File> Settings> Plugins> Browse Repositories Search...
Read more >
Android - ArchWiki
Make sure you properly set the Java environment otherwise android-studio will not start. If Android Studio shows up as a blank window try ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found