While integrating Flutter in Android studio getting error as * Error running Gradle: Unable to download needed Android SDK components, as the following licenses have not been accepted: Android SDK Build-Tools 26.0.2, Android SDK Platform 27 To resolve this, please run the following command in a Terminal: flutter doctor --android-licenses
flutter doctor --android-licenses
? I have seen this issue mentioned a few times recently, but don't know if something was suggested how to fix it. – Günter Zöchbauer