Run Flutter App On Real Device | Wirelessly & USB - 5 Simple Steps

preview_player
Показать описание
Do you want to run your flutter apps on android device wirelessly? Here is a step by step tutorial on how to do that?

What you'll learn?

0:00 Introduction
0:23 Enabling Device Configuration
1:53 How to run your flutter app on device using USB
02:23 Wireless Configuration
3:10 How to run your flutter app wirelessly

#flutter #flutterdev #firebase #appmaking #androiddevelopment

## Here is a step by step instruction to run flutter apps on android device

1. You need to connect device with USB Cable
2. Enable Developer Option & USB Debugging from device settings
3. If you're not finding developer option, goto about phone, tap build number for multiple times
4. Execute `flutter devices` to check connected devices
5. Execute `flutter run` to run your app on device

## Here is a step by step instruction to run flutter apps wirelessly (remotely)

1. Follow the above step & make sure you've successfully run the app
2. Then execute `adb tcpip 5555`
3. Check your device IP address (Make sure, all your device is connected on same network
4. execute `adb connect YOURIP:5555`
5. Remove USB & Execute `flutter devices` & `flutter run`
Рекомендации по теме
Комментарии
Автор

Resolved 5yrs of my problem in one video with in 3min Tq dude, ❤❤❤❤

gforcegaming
Автор

First I had to download the SDK and add to environment variables. Then you were a big help. Thank you ❤

Coco-iipu
Автор

thanks man you save my life, I want to test several things on real device, its saves a lot time right now

shoryagamings
Автор

Thank you! Great explanation and straight to the point.

alulaleak
Автор

Thank you so so so much brother... This helped me alotttt. Cant thank you enough ❤🙏🏻

abhishekmali
Автор

to anyone who could be stuck reverting to the original, USB connection.
use the "adb usb" command to shift back to usb debugging.

creationduwal
Автор

Thankyou for this it's really helpful .

BADPRASGAMER
Автор

Thank you so much, your video taught me something great.

mayanksoni
Автор

I like the way you are explaining things.

janubuilds
Автор

adb command not working...
adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path

ChandraShekhar-bycd
Автор

May God bless you richly. Thanks so much

davidoludepo
Автор

Hi, I tried a lots of times but still it is not running on my device. can you help me to run app on my device.

ehmvsmh
Автор

Can you tell me the same for mac users

gforcegaming
Автор

I am not able to run the adb command. it is showing a big error

begariudaykiran
Автор

Thank you so much bro. this is very helpful....

suneelsimhadri
Автор

nice video, firstly you need to download and add the environment variables of platform tools

dasuntheekshana
Автор

adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
HOW TO SOLVE?

yunismaruf