Could not get Flutter Wizard in Android Studio (Stable v3.2.1)
See original GitHub issue@RohitSurwase commented on Mon Oct 15 2018
Tried a lot of different ways. But still could not get the Flutter Wizard in Android Studio.
- Removed All versions, Stable + Preview.
- Tried with Stable only
- Tried with Preview only
- Tried restarting several times and at several stages.
- Tried changing install sequence of Dart and Flutter plugin.
- And so on…
Nothing worked so far.
version: stable 3.2.1 system: MacOS High Sierra.
Here, are the details:
MacBook-Pro-4:~ rohitsurwase$ flutter doctor --verbose
[✓] Flutter (Channel beta, v0.9.4, on Mac OS X 10.13.6 17G65, locale en-IN)
• Flutter version 0.9.4 at /Users/rohitsurwase/Library/Android/sdk/flutter
• Framework revision f37c235c32 (3 weeks ago), 2018-09-25 17:45:40 -0400
• Engine revision 74625aed32
• Dart version 2.1.0-dev.5.0.flutter-a2eb050044
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at /Users/rohitsurwase/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• ANDROID_HOME = /Users/rohitsurwase/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[!] iOS toolchain - develop for iOS devices
✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
brew install --HEAD libimobiledevice
brew install ideviceinstaller
✗ ios-deploy not installed. To install:
brew install ios-deploy
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
For more info, see https://flutter.io/platform-plugins
To install:
brew install cocoapods
pod setup
[✓] Android Studio (version 3.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 29.1.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[!] VS Code (version 1.28.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected devices (1 available)
• HTC One X9 dual sim • LC66RBK06370 • android-arm64 • Android 6.0 (API 23)
! Doctor found issues in 2 categories.
@zoechi commented on Mon Oct 15 2018
Can you please try in dev
or master
channel. I think there was a related issue fixed very recently.
What exactly does this mean anyway?
But still could not get the Flutter Wizard in Android Studio
@RohitSurwase commented on Mon Oct 15 2018
@zoechi Thanks for replying! There is no option to create a new Flutter Project in Android Studio. I am using command flutter create project_name
for now.
How can I try in dev or master channel?
@zoechi commented on Mon Oct 15 2018
Run in a terminal
flutter channel master
flutter doctor
@RohitSurwase commented on Mon Oct 15 2018
@zoechi Tried with master
and dev
channel, still no luck. Also tried removing and re-installing plugins. Nothing worked.
@RohitSurwase commented on Mon Oct 15 2018
Latest master version that I tried
[✓] Flutter (Channel master, v0.10.1-pre.40, on Mac OS X 10.13.6 17G65, locale en-IN) • Flutter version 0.10.1-pre.40 at /Users/rohitsurwase/Library/Android/sdk/flutter • Framework revision 8e2ca93f52 (2 days ago), 2018-10-12 21:07:55 -0700 • Engine revision 50c2e69daf • Dart version 2.1.0-dev.7.0.flutter-b99bcfd309
@RohitSurwase commented on Mon Oct 15 2018
Hey! The issue resolved. I was importing Android Studio settings from the previous version every time. Just tried deleting and creating fresh new settings and it worked. Thanks for helping.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top GitHub Comments
Just wanted to chime in here: @filiph and I are running a workshop today and one of our attendees ran into this same problem: No wizard appeared or options to create a new flutter project.
Installing / reinstalling the Flutter and Dart plugins didn’t work, and deleting their settings wasn’t a viable option since they use Android Studio as their primary IDE for work projects.
Creating a project from the command line and using Android Studio to open the project worked fine.
We looked at the IntelliJ logs and didn’t see any errors related to Flutter. Overall, we might not be able to stay in touch with this person, but wanted to let you know it was happening for others users as well, maybe to keep an eye on it if others report similar issues.
Without additional information we’re unfortunately not sure how to resolve this issue. We’re going to close this bug for now, but please don’t hesitate to comment on the bug if you have any more information for us; we’re happy to reopen. Thanks for your contribution!