Search code examples
androidfluttervisual-studio-codeandroid-emulatorios-simulator

Running a Flutter app on an Android phone in VS Code


I am coding a Flutter app and I want to run my app on my Android phone but I don't know how to. I am using VS Code.


Solution

    1. Enable USB debugging on your phone (here is how)

    2. Connect your phone to the computer

    3. flutter run

    (here is the official doc about it)