1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] VS Code does not show Chrome as device for Flutter

Discussão em 'Mobile' iniciado por Stack, Outubro 7, 2024 às 12:12.

  1. Stack

    Stack Membro Participativo

    I install Flutter and VS Code in the following way:

    $ sudo snap install --classic code
    $ sudo snap install --classic flutter
    $ export CHROME_EXECUTABLE="/usr/bin/chromium"


    $ flutter doctor -v
    [✓] Flutter (Channel stable, 2.2.1, on Linux, locale en_AU.UTF-8)
    • Flutter version 2.2.1 at /home/debian/snap/flutter/common/flutter
    • Framework revision 02c026b03c (4 months ago), 2021-05-27 12:24:44 -0700
    • Engine revision 0fdb562ac8
    • Dart version 2.13.1

    [✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
    Install Android Studio from: https://developer.android.com/studio/index.html
    On first launch it will assist you in installing the Android SDK components.
    (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).
    If the Android SDK has been installed to a custom location, please use
    `flutter config --android-sdk` to update to that location.


    [✓] Chrome - develop for the web
    • CHROME_EXECUTABLE = /usr/bin/chromium

    [!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
    (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).

    [✓] Connected device (1 available)
    • Chrome (web) • chrome • web-javascript • Chromium 90.0.4430.212 built on Debian 11.0, running on Debian 11.0

    ! Doctor found issues in 2 categories.


    Unfortunately, VS code does not show me chrome as device:

    [​IMG]

    What did I miss?

    Continue reading...

Compartilhe esta Página