Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin 'flutter' is incompatible with this installation Android Studio 3.6.3

I am trying to install flutter and dart into Android studio and for reasons beyond my comprehension i cannot use the plugins marketplace online so i have to download the plugins manually by the browser from the marketplace and add the plugins from disk.

So I've downloaded both flutter and dart zip files versions as following

Dart: 201.6668.156

Flutter: 45.1.3

when try to "Install Plugin from disk..." an error message appears stating "Plugin 'flutter' is incompatible with this installation" same issue occurs when installing dart plugin

if they're not compatible then which dart/flutter versions are compatible with the latest android studio version?

This is my Android Studio About

Android Studio 3.6.3 Build #AI-192.7142.36.36.6392135, built on April 14, 2020 Runtime version: 1.8.0_212-release-1586-b04 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1237M Cores: 8 Registry: documentation.show.toolbar=true, ide.new.welcome.screen.force=true, debugger.watches.in.variables=false Non-Bundled Plugins: com.jetbrains.ChooseRuntime, pl.charmas.parcelablegenerator

like image 506
EvilNeo Avatar asked Apr 18 '20 18:04

EvilNeo


People also ask

Can I install flutter in Android Studio?

How to Install Flutter on Android? Download the Android Studio and install it. Open Android Studio > Android Studio Setup Wizard . This installs the latest version of Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, which are essential while developing a Flutter app for the Android system.

Why does my Flutter App not work on Android?

The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility. · Issue #57170 · flutter/flutter · GitHub The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility. #57170

Is the plugin 'flutter' not compatible with the current version of IDE?

Came here to add that the error message similar to this: Plugin 'Flutter' (version '6X.X.X') is not compatible with the current version of the IDE, because it requires build 221.4906.8 or newer but the current build is AI-211.7628.21 doesn't come up if you just choose Update plugin.

Is flutter compatible with Gradle 7?

[Source Code]-Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Flutter-Flutter [Source Code]-Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.

Where is the flutter plugin in IntelliJ IDEA 2019?

IntelliJ IDEA Ultimate Edition (version 2019.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2019.3.4 X Flutter plugin not installed; this adds Flutter specific functionality.


1 Answers

If the update option is not available for the individual plugins as mentioned in zk_regen's answer, from the menu: File > Settings ... (Settings dialog appears) ... Appearance & Behaviour > System Settings > Updates, then use the Check Now button against the Automatically check for plugin updates. Most likely, newer updates of your desired plugins would be available there.

like image 88
HARLEEN HANSPAL Avatar answered Oct 19 '22 18:10

HARLEEN HANSPAL