0

I'm trying to get into flutter. Using VS Code and when trying to run the sample app something like this pops up

"the error"

I have a phone emulator on android studio and it launches but can't find the demo app anywhere

Peter Haddad
  • 78,874
  • 25
  • 140
  • 134
  • Does this answer your question? [Flutter run error : You have not accepted the license agreements](https://stackoverflow.com/questions/48604914/flutter-run-error-you-have-not-accepted-the-license-agreements) – Sami Haddad Jun 09 '20 at 11:56

1 Answers1

0

In the middle of the error it says:

Failed to install the following android SDK packages as some licences have not been accepted.

If you run flutter doctor it should also detect this, and offer to help fix them if you run flutter doctor --android-licenses.

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275