Reputation: 1
I am a beginner at Flutter (please forgive me if i don't give details about the problem).
It displays the below error when I try to run flutter on an emulator and my android device. Can someone please help me fix it?
Upvotes: 0
Views: 49
Reputation: 14865
You need to accept the licenes from Android to run the app:
run: flutter doctor --android-licenses
And accept the terms on the terminal
Upvotes: 1