Problem Import Flutter Project to Android Studio

139

The project is not Gradle based can be because bulid.gradle and settings.gradle are not in the IDE project directory,

Try this

Open that other folder as an Android Studio Project and let it download other dependencies and file or you can create new flutter project and check the file generated with yours and try to add the file not in your own from the new flutter project you created.

This will solve the issue

Share:
139
MaskedMan
Author by

MaskedMan

Updated on January 04, 2023

Comments

  • MaskedMan
    MaskedMan over 1 year

    I tried to import flutter project from my pc to the android studio and got this error. I already read the link that they give to me but I still don't understand. A little help please, or how do I import flutter project correctly?

    The error

    img

    • Yeasin Sheikh
      Yeasin Sheikh about 2 years
      Does it happen for sample counter app?