I'm trying to get into flutter. Using VS Code and when trying to run the sample app something like this pops up
I have a phone emulator on android studio and it launches but can't find the demo app anywhere
I'm trying to get into flutter. Using VS Code and when trying to run the sample app something like this pops up
I have a phone emulator on android studio and it launches but can't find the demo app anywhere
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
.