Top ad position

Error problem in VS code for dart programming language

Started 2 years ago by M R Alam in Programming Language, Dart

When I enter VS code and want an Android emulator Connect to dart language this error comes to me Please help me to resolve this error.

Body

1 Replies

  • Replied 2 years ago

    Report

    Run in your terminal flutter config --android-sdk [yourAndroidSDKPath].

    If that doesn't work:

    Go to Android Studio > Settings > SDK Manager > SDK Tools. Then select and download/update Android Emulator.

    Now go back and open the AVD Manager and create a new Virtual Device.

    The last thing you wanna do is check the Android SDK Flutter configuration directory.

    Run in your terminal flutter config --android-sdk [yourAndroidSDKPath].

    Restart your VSCode.

Bottom ad position