Flutter Plugin not working correctly with AS 3.3.1
See original GitHub issueHello, my problem might be related to #2600, but I’m using Android Studio 3.3.1 .
Steps to Reproduce
I don’t really know how to reproduce it but the problem is that I don’t have the “Open for editing in Android Studio”. It doesn’t appear, either when I’m editing a file inside Android/ folder (build.gradle for example) nor inside the tools/flutter/ option in the menu bar.
Version info
[√] Flutter (Channel master, v1.2.2-pre.21, on Microsoft Windows [version 10.0.17134.590], locale fr-FR)
• Flutter version 1.2.2-pre.21 at C:\src\flutter
• Framework revision 035e0765cc (3 days ago), 2019-02-16 01:48:28 -0500
• Engine revision f37b09a11b
• Dart version 2.1.2 (build 2.1.2-dev.0.0 c92d5ca288)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\Users\echevalier\AndroidSDK
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• ANDROID_HOME = C:\Users\echevalier\AndroidSDK
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
• All Android licenses accepted.
[√] Android Studio (version 3.3)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 33.0.1
• Dart plugin version 182.5215
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
[!] VS Code, 64-bit edition (version 1.17.2)
• VS Code at C:\Program Files\Microsoft VS Code
X Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Issue of flutter ESRI map plugin - java - Stack Overflow
I created own ESRI map plugin flutter it's working properly for flutter 3.3.1 .But for latest version of flutter it's not working for ......
Read more >Integrate a Flutter module into your iOS project
This method requires every developer working on your project to have a locally installed version of the Flutter SDK. The Flutter module is...
Read more >Developing packages & plugins - Flutter documentation
How to write packages and plugins for Flutter. ... Developing plugin packages ... CMake integration building and running that way won't work correctly....
Read more >Install - Flutter documentation
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.
Read more >Flutter and the pubspec file
Note: This page is primarily aimed at folks who write Flutter apps. If you write packages or plugins, (perhaps you want to create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I know you have to have an Android module defined. Until now, I would have said the top-level .iml file should be committed. I’m puzzled by its presence in the .gitignore. However, I think IntelliJ is pretty good at recreating modules based on directory content, so it may create an Android module when it loads the
android
directory.@devoncarew I think we need to look into this a bit, so I’m re-opening it.
Edit: The .gitignore may have been inspired by https://www.dartlang.org/guides/libraries/private-files
Closing as obsolete.