I am getting the view below when I create flutter project on Android Studio:

I am facing this issue since when I tried to import a flutter sample project from the directory
E:\RD\Flutter\flutter\examples. I am not able to create a single new project after that.
When creating a new flutter project I tried changing the directory path for the same. The project path doesn't get changed, the project is created on one specific path E:\RD\Flutter\flutter\examples.
Please see the log below:
Doctor summary (to see all details, run flutter doctor -v):
[鈭歖 Flutter (Channel beta, v0.2.3, on Microsoft Windows [Version 6.3.9600], locale en-US)
[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[鈭歖 Android Studio (version 3.1)
[!] Connected devices
! No devices available
Two questions:
flutter doctor --android-licenses (in a terminal window)?Also, don't use "Import", use "Open" instead.
For completeness, this also has some good info that may be applicable for recovering a Gradle version mismatch:
https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1
Thank you. flutter doctor --android-licenses resolved the issue.
Thanks for letting us know. The licensing issue needs improvement.