Android Studio stuck when creating new Flutter project

前端 未结 11 914
后悔当初
后悔当初 2021-01-17 12:52

I have installed Flutter on Windows and checked all is ok using flutter doctor. I imported the Flutter plugin.

Now, when I try to create a new Flutter app via Anroid

11条回答
  •  孤城傲影
    2021-01-17 13:43

    For windows 10 there is couple of solution here, I am sharing with here which is working for me.

    1. Set Flutter SDK path is present in AS Settings . Settings > Languages & Settings > Flutter > Flutter SDK Path

    2. Run Android Studio/IntelliJ in administrator mode

    3. Your project location path folder name is valid Dart package name.

提交回复
热议问题