1

I've just setup my windows environment for mobile development using Flutter in VS Code but I am getting this error while trying to debug on my phone

avdmanager is missing from the Android SDK

asked May 20, 2022 at 16:59

1 Answer 1

1

If you're using an emulator, check AVD manager is installed, and the emulator is installed. here is how to do that

or if you're using a physical phone Here is one of the workaround:

Open Android Studio then click on SDK Manager (down-pointing arrow)

This should open a new box with your Android SDK Location at the top. It should look like this:

/Users/username/Library/Android/sdk

Configure the path of android-sdk

flutter config --android-sdk /Users/username/Library/Android/sdk

Add android-license to Flutter

flutter doctor --android-licenses

Then, you can run flutter doctor to verify,

answered May 20, 2022 at 17:42
Sign up to request clarification or add additional context in comments.

1 Comment

I am not using Android Studio for my configurations I did all without it

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.