Home > Blockchain >  Exiting Flutter project not show in android studio while import
Exiting Flutter project not show in android studio while import

Time:10-25

I am importing exiting flutter project in android studio. while open project it's only show External Library folder but not show project folder. I am trying to open https://github.com/geweald/flutter_onfido.

Here I am attaching video link of issue: https://drive.google.com/file/d/1VmeH1AhtTP5-YpQ3WRwsBLXZxUa2ox8F/view?usp=sharing

Android studio detail: Android Studio Arctic Fox | 2020.3.1 Patch 3

Note: This issue happen with existing download from GitHub.

Screenshoot

CodePudding user response:

I was facing this issue with android Studio Arctic Fox | 2020.3.1 Patch 3. After change android studio to 4.2.2, every thing works fine.

CodePudding user response:

be sure you selected Project option in the options situated on left top corner of the ide

  • Related