eyosias
eyosias

Reputation: 1

I wan to be able to run Flutter on an android phone and emulator

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? enter image description here

Upvotes: 0

Views: 49

Answers (1)

Ravindra S. Patil
Ravindra S. Patil

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

Related Questions