skip to Main Content

I am facing these errors and I do not know how to fix them I installed Flutter properly, then I installed android studio and it gives me those errors at android studio, including after I installed plugings, and neither visual studio sees it although it was installedenter image description here

Please give me some ideas what I could do.

2

Answers


  1. cmdtoolline error

    Android license unknown error

    For the third error, you have to install vs code or you can skip it if you are using android studio.

    Login or Signup to reply.
  2. Open Android Studio -> SDK Manager -> SDK Tools -> install Android SDK Command-line Tools (latest).

    then in Terminal execute
    flutter doctor –android-licenses

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search