How to Set Up the Android Emulator For Flutter in VS Code (Windows)

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In This Video, I’m demonstrating
    How to download and install android studio electrical eel on windows.
    How to setup android emulator for flutter apps.
    How to setup android emulator in vs code.
    How to create a sample flutter app.

КОМЕНТАРІ • 9

  • @deidaraairi9012
    @deidaraairi9012 11 днів тому

    finally someone who explains it well , thx

  • @cruisejay1991
    @cruisejay1991 2 місяці тому +2

    I’m having issues with the sdk component … it’s not downloading… any alternative??

  • @aldin7158
    @aldin7158 8 місяців тому

    Thank you!

  • @factsforyou4134
    @factsforyou4134 Рік тому +1

    NIce'

    • @TebogoJunior-br8kn
      @TebogoJunior-br8kn 5 місяців тому

      Can I sign up facebook with it can it still work

  • @cruisejay1991
    @cruisejay1991 2 місяці тому

    I’m having issues with the sdk component … it’s not downloading… any alternative??

    • @mpcodes007
      @mpcodes007  2 місяці тому

      1) Use SDK Manager CLI
      => Open a terminal and use the SDK Manager CLI to install the necessary components.
      Here's how you can do it:
      sdkmanager "platform-tools" "platforms;android-30" "system-images;android-30;google_apis;x86_64"
      Adjust android-30 to the version you need.

    • @mpcodes007
      @mpcodes007  2 місяці тому

      2) Download SDK Manually
      -> You can manually download the SDK components from the Android SDK download page.
      -> Extract the downloaded files to your SDK directory and configure Flutter to use this path.
      3) Change SDK Mirror
      4) Use Command Line for Emulator
      5) Check Internet Connection

    • @cruisejay1991
      @cruisejay1991 2 місяці тому

      @@mpcodes007 how can I download the sdk manually