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.

IntelliJ IDEA stuck on "Creating Flutter Project"

See original GitHub issue

Steps to Reproduce

  1. Open IntelliJ IDEA
  2. Goto File->New Project and select Flutter (SDK path is correct)
  3. Click on Next and Finish

Then it starts looping. It has been doing something for about one hour.

Version info

[√] Flutter (on Microsoft Windows [Version 10.0.16299.248], locale ru-RU, channel beta)
    • Flutter version 0.1.4 at C:\Windows\System32\flutter
    • Framework revision f914e701c5 (9 days ago), 2018-02-19 21:12:17 +0000
    • Engine revision 13cf22c284
    • Dart version 2.0.0-dev.27.0-flutter-0d5cf900b0

[√] Android toolchain - develop for Android devices (Android SDK 23.0.3)
    • Android SDK at C:\Users\Владислав\AppData\Local\Android\sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-23, build-tools 23.0.3
    • Java binary at: D:\Android\Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)

[√] Android Studio (version 3.0)
    • Android Studio at D:\Android\Studio
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)

[√] IntelliJ IDEA Community Edition (version 2017.3)
    • Flutter plugin version 22.2.2
    • Dart plugin version 173.4548.30

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:16 (2 by maintainers)

github_iconTop GitHub Comments

16reactions
nabinbhandaricommented, Jul 13, 2018

I also had the same issue, In my case, I think, it was caused because the process ‘dart’ was already running in the background. In Linux terminal, I entered killall dart to kill the process and then I was able to create a new project.

5reactions
tennessinecommented, Jan 24, 2019

Close the http proxy set on android studio solved my problem on mac. Give myself a thumbup!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio stuck when creating new Flutter project
1. Set Flutter SDK path is present in AS Settings . Settings > Languages & Settings > Flutter > Flutter SDK Path ·...
Read more >
IntelliJ IDEA 2021.2: Flutter app doesn't stop on Android 10 ...
Hi, I'm using IntelliJ IDEA 2021.2 (Ultimate Edition) on macOS with the latest Flutter plugin (59.0.4). In my Flutter project (Channel...
Read more >
How to Fix Android Studio stuck when creating new Flutter ...
Hello guys this video will show you how to fix Android Studio stuck when creating new Flutter project ________Thanks For watchingSubscribe ...
Read more >
Android Studio and IntelliJ - Flutter documentation
Open preferences (Android Studio > Check for Updates on macOS, Help > Check for Updates on Linux). If dart or flutter are listed,...
Read more >
Android Studio stuck when creating new Flutter project-Flutter
Now use the command flutter doctor If you have android studio and intellij IDE, install flutter plugins in both of them and now...
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