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.

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.

  1. Removed All versions, Stable + Preview.
  2. Tried with Stable only
  3. Tried with Preview only
  4. Tried restarting several times and at several stages.
  5. Tried changing install sequence of Dart and Flutter plugin.
  6. 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:closed
  • Created 5 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
brianegancommented, Oct 31, 2018

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.

0reactions
no-response[bot]commented, Nov 20, 2018

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

New Flutter Project wizard not showing on Android Studio 3.0.1
In short, it's because Flutter is not correctly configurated, but behind the scene there might be different reasons, so the universal solution ...
Read more >
Windows install - Flutter documentation
Run flutter doctor to confirm that Flutter has located your installation of Android Studio. If Flutter cannot locate it, run flutter config --android-studio-dir ......
Read more >
SDK Platform Tools release notes - Android Developers
If you're an Android developer, you should get the latest SDK Platform-Tools from Android Studio's SDK Manager or from the sdkmanager command-line tool....
Read more >
Build an Android App in Linux with Flutter | Tom Ordonez
Open Android Studio · Start a New Flutter project · Flutter application · Project name: firstapp . You can only use lowercase and...
Read more >
Android Studio Bumblebee (2021.1.1) Stable
New Device Manager: This new tool window in Bumblebee makes it easier to see and manage your virtual and physical test devices, and...
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