New Flutter Project wizard not showing on Android Studio 3.0.1

前端 未结 18 2260
南笙
南笙 2020-12-13 12:58

I installed Flutter following official document and also installed Flutter and Dart plugin on Android Studio.

But, I can\'t see File>New Flutter Project wizard on An

18条回答
  •  生来不讨喜
    2020-12-13 13:22

    Had the same problem. Check-in Android Studio if the Dart and Flutter plugins are both installed and marked with a lock symbol in Preferences --> Plugins.

    Anyway, the following procedure helped me:

    1. uninstall the Flutter plugin
    2. restart Android Studio.
    3. uninstall the Dart plugin
    4. restart Android Studio again which seemed important to do
    5. install the Dart plugin again
    6. restart Android Studio although it is annoying
    7. install the Flutter plugin again
    8. and guess: restart Android Studio

    After the last restart I saw the success message:

    I assume we both installed both plugins without restarting after Dart.

提交回复
热议问题