Closed
Description
I'm using IntelliJ CE 2017.2.3 EAP and I get missing plugin warnings in flutter doctor
when it seems like everything is installed properly and I have no issues building.
☆ flutter doctor
[✓] Flutter (on Mac OS X 10.12.6 16G29, locale en-US, channel master)
• Flutter at /Users/albertlardizabal/dev/flutter
• Framework revision 321b80961f (85 minutes ago), 2017-09-05 17:00:42 -0400
• Engine revision 29e0c1c281
• Tools Dart version 1.25.0-dev.11.0
[✓] Android toolchain - develop for Android devices (Android SDK 26.0.0)
• Android SDK at /Users/albertlardizabal/Library/Android/sdk
• Platform android-26, build-tools 26.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.3.3, Build version 8E3004b
• ios-deploy 1.9.0
• CocoaPods version 1.3.1
[✓] Android Studio
• Android Studio at /Applications/Android Studio 3.0 Preview.app/Contents
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
[✓] Android Studio (version 2.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[-] IntelliJ IDEA Community Edition (version EAP IC-172.3968.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.io/intellij-setup/#installing-the-plugins
[✓] Connected devices
• Pixel • FA71A0302167 • android-arm • Android 7.1.2 (API 25)
• SM G930V • a674c503 • android-arm • Android 6.0.1 (API 23)
• Albert Lardizabal's iPhone 6 • c0e109b7e55a826627aa0f3e79af8931534f3554 • ios • iOS 11.0
• iPhone • 2cb36c18cfeec63f6a68b3192f094aaf35a626d0 • ios • iOS 10.0.2
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sunglim commentedon Sep 7, 2017
I recommend you setup again as described on https://flutter.io/setup-macos/
(at least, you are using master branch, but the manual uses 'alpha' branch)
Hixie commentedon May 18, 2018
cc @devoncarew @tvolkert
giteekasawlani commentedon May 21, 2018
I am having the same issue right now.
I have installed flutter and dart plugins and installed flutter SDK and set an environmental path for flutter.
While running flutter doctor command I am getting error and cant run project in android studio.
waihanko commentedon May 23, 2018
I alerady faced this issue but i solved by myself
-Uninstall Dart and flutter
-Restart android studio or intellij
-Install Dart and flutter and restart again
bradh43 commentedon May 29, 2018
I found an alternative way to fix this issue. You can just install the Flutter and Dart plugin in android studio by following these steps:
1.) Start the Android Studio application
2.) Open plugin preferences (Preferences>Plugins on macOS, File>Settings>Plugins on Windows & Linux).
3.) Select Browse repositories…, select the Flutter plug-in and click install .
4.) Click Yes when prompted to install the Dart plugin.
5.) Click Restart when prompted.
gitsofian commentedon Jun 9, 2018
working wonderfull
arkapravoghosh commentedon Jun 12, 2018
Thanks for helping...:)
TusharGogna commentedon Jun 15, 2018
I did what bradh43 said but I am still getting the following:
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
They are installed and enabled, also the paths are set. I have also restarted the AS.
XiaYongjie commentedon Jun 18, 2018
@giteekasawlani I have the same problem. Do you know how to solve it?
66 remaining items
tehsunnliu commentedon Jan 13, 2021
I wonder why it works on dev and not in stable?
saifamer2030 commentedon Jan 14, 2021
try this line of code, worked for me
ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
kevintao0417 commentedon Jan 16, 2021
配置了还是不行啊……
erperejildo commentedon Jan 30, 2021
this worked for me
Mereep commentedon Feb 3, 2021
Same problem. Installed in alll-standard settings on fresh Mac. The plugins are both not recognized in current stable flutter.
eerbee commentedon Feb 9, 2021
yes mine solved by switching to the dev channel, but why it cant work on stable channel?
zjamshidi commentedon Feb 14, 2021
It works for me, too. Thanks a tone
tanveersalmangkn commentedon Feb 17, 2021
I tried all of this but none worked for me. What I did was super easy and cool
I just run the command
flutter clean
andflutter run
and it worked like a charm :)
gustiprp commentedon Feb 18, 2021
ist work
exeptionerror commentedon Jun 24, 2021
cjxonix commentedon Jun 27, 2021
Change the version of the Android studio depending on what you have, I had 4.2 so used.
ln -s ~/Library/Application\ Support/Google/AndroidStudio4.2/plugins ~/Library/Application\ Support/AndroidStudio4.2
github-actions commentedon Jul 30, 2021
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of
flutter doctor -v
and a minimal reproduction of the issue.