How to run Flutter app on real device - Solving VS Code no device problem

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 68

  • @FlutterTeacher
    @FlutterTeacher  Год назад +2

    Watch More
    - - - - - - - - - - - -
    Install Flutter without android studio - ruclips.net/video/Sp__3Df22s8/видео.html
    AVD without android Studio - ruclips.net/video/591Sme4jxDc/видео.html
    How to cast mobile screen on laptop - ruclips.net/video/J0gMgkd5ows/видео.html
    Scrcpy wifi | Mirror android screen wirelessly - ruclips.net/video/pchJpGqq2QA/видео.html
    Playlists
    - - - - - - - - - - - -
    Flutter Basics :
    ruclips.net/p/PLeKQz1VjpjFpWv4h68n2xohw9m6t7htSS
    Flutter Tutorial Playlist:
    ruclips.net/p/PLeKQz1VjpjFq3vbq3Hvl1866nsmAQdzUo
    Dart Tutorial Playlist :
    ruclips.net/p/PLeKQz1VjpjFqqXLvQ8rTnYxZcUqEGA0dm
    Social Links
    - - - - - - - - - - - - -
    Subscribe Flutter Teacher : bit.ly/3eCECkl
    Facebook Page : bit.ly/3DjZ83B
    GitHub : github.com/flutter-teacher

  • @veintysiete
    @veintysiete Год назад +4

    I toggled twice the usb debug configuration in my mobile and it worked. Thanks a lot for sharing your knowledge.

  • @fluttterdev1k
    @fluttterdev1k 3 месяца назад +1

    one big hug to you , just solving my life's problem

  • @mazenalsakkaf
    @mazenalsakkaf 3 месяца назад

    On my Samsung mobile, there are two options: Developer Settings and Developer Options. Don't get confused like I did. Use Developer Options. Great video!

  • @RamdanCode
    @RamdanCode 10 месяцев назад +1

    Wow, this tutorial was a lifesaver! 🚀 Thank you so much for breaking down the process of running Flutter apps on a real device. Your step-by-step guidance on selecting the desired device, tackling VS Code no device problems, enabling USB debugging, and resolving various connection issues was incredibly helpful.
    I appreciate how you covered everything from Flutter doctor problems to Android license and SDK path issues. Your clear explanations made it easy for me to follow along, even as a beginner.
    The troubleshooting tips were spot on, and I especially liked how you emphasized the importance of addressing the Android tool chain problem. Your video not only solved my immediate problems but also enhanced my overall understanding of the Flutter development process.
    Kudos to you for creating such a comprehensive and user-friendly tutorial! 🙌 Your efforts are truly appreciated, and I can't thank you enough for sharing your expertise. Looking forward to more insightful content from your channel. Keep up the fantastic work! 👏

    • @FlutterTeacher
      @FlutterTeacher  10 месяцев назад

      Thanks you so much for such encouraging comment and noticing my efforts. 🙏

  • @gamedevsa
    @gamedevsa Год назад +4

    For those struggling, remember that many devices might require a usb driver to be installed. For example, for my samsung phone I had to install the Samsung usb driver.

    • @FlutterTeacher
      @FlutterTeacher  Год назад +2

      Of course, it depends on you device, but most of Android devices works without USB drivers.

    • @techplanet001
      @techplanet001 7 месяцев назад

      Good evening good teacher, please does Infinix hot 10i require USB drivers​@@FlutterTeacher

  • @Bezbi13
    @Bezbi13 Месяц назад +1

    Not every hero wear cape. Thanks a lot for this.

  •  Год назад +2

    The cable was my problem. Thank you for the tip.

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      Glad it is helpful.
      You are most welcome 🙏

  • @raiyyan6062
    @raiyyan6062 Год назад

    Am a newbie flutter developer and am having issues with flutter app not opening in my android device. Am using the phone for debugging and I had successfully ran the application. Any early reply will be highly appreciated. Thanks

  • @c00per_
    @c00per_ Год назад +4

    so if i use real android phone instead downloading ANDROID STUDIO my low end laptop works for this smoothly?

    • @FlutterTeacher
      @FlutterTeacher  Год назад +1

      Yes, Android Studio is not required.
      Install Flutter using this video ruclips.net/video/Sp__3Df22s8/видео.html
      and run app in real device using this video ruclips.net/video/yxif9Tj8fDE/видео.html

  • @danielsavin6928
    @danielsavin6928 Год назад +1

    If you still have problems after checking the 3 given possible problems, restarting your phone might help 😉 (after enabling all those debugging options ofc)
    Thanks for the vid!!

  • @emwagner
    @emwagner Год назад +1

    My phone was a completely different process on the Samsung Galaxy A13, but was able to complete the process.

  • @lukwiyaarthur4172
    @lukwiyaarthur4172 Год назад +1

    My issue was with the android toolchain
    The path for my environment variable of android home wasn't proper i had to set it to that of the sdk

  • @supriya4588
    @supriya4588 6 месяцев назад

    Select device option not showing on vs code right bottom corner,but when i run flutter doctor it shows that 2 devices are connected.

  • @JordanLopez_
    @JordanLopez_ Год назад +2

    Bro my device is showing on my vscode but when i run it with F5, it is not showing up on the screen, do u have any recommendations please

    • @userglls
      @userglls 10 месяцев назад

      same here

    • @Dhanush41587
      @Dhanush41587 2 месяца назад

      Bro same device its not showing the device for me

  • @shoiebdurjoy7222
    @shoiebdurjoy7222 2 месяца назад

    when i click to add android emulator it shows error adv missing but when i connect my fon even using esb debugging it doesnt show my device in vs code

  • @random.shorts6
    @random.shorts6 Год назад +1

    Can I use flutter for big app development because I have low end pc (it 3rd gen processor,4gb ram) in vs code without Android studio or avd?
    And tell me actual space size of Android command line tool after all installation
    I already subscribed your channel 🙂

    • @FlutterTeacher
      @FlutterTeacher  Год назад +1

      Your system configuration is fine for Flutter.
      Android SDK - 4 to 5 GB
      Flutter SDK - 2 to 3 GB
      JDK - 200 MB

  • @MustafeezUrRehman-t4o
    @MustafeezUrRehman-t4o 11 дней назад

    Helpfull worked for me thanks !

  • @somevideos99999
    @somevideos99999 Год назад +1

    Great tutorial!! Thank you. I learned a lot. Best regards...

  • @pragatikatekhaye2448
    @pragatikatekhaye2448 10 месяцев назад

    Hello, I made flutter apps and its running very well on virtual devices but after downloading .apk file in android its showing error in flutter app... Not able to solve the error... Can anyone help me please...

  • @TaraGGraphicsDesigner
    @TaraGGraphicsDesigner Год назад

    how about on ios devices how can I use an actual iphone without app developer account? Is that possible?

  • @monirzzaman1193
    @monirzzaman1193 Год назад

    The physical device is detected in the Android studio when an Android project is created but not in Flutter project in the same Android studio.
    Could you please suggest a solution to this scenario?

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      I am sorry, but this video is for connecting real device in VS Code & it works fine.

  • @zojirushi1
    @zojirushi1 7 месяцев назад

    how to run on real iphone for yourself to use your own app?
    can you do it on windows?

  • @himanshuatri3232
    @himanshuatri3232 Год назад

    whenever I run my app on vs code in debug mode it is stuck on the installation part. there is a white screen on my phone and the app doesn't run. whenever I run my app through the terminal using flutter run commands it works perfectly fine. no error is shown and the app works perfectly too but I can't use the hot reload function. had the same problem when i tried in android studio.

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      In VS Code terminal run "flutter clean" command.
      Re-run the app and wait.

    • @himanshuatri3232
      @himanshuatri3232 Год назад

      @@FlutterTeacher i have tried that couple of times. first of all flutter clean starts giving 100s of error so to fix that i also have to run flutter pub get and dart fix - -apply command. now all the errors goes away and everything looks fine but my problem isn't solved. is it possible that this problem is occuring because of my laptop? i have an aser aspire i-5 11th gen laptop with 8gb ram and 1tb hdd. my android device is pretty decent so definately no issue there (8+128gb & snapdragon processor).

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      For running the app first time your internet speed also matters.

    • @himanshuatri3232
      @himanshuatri3232 Год назад

      ​@@FlutterTeacher my internet speed is decent too so I don't think the problem lies there. is there any chance the problem lies in the version of JDK or Flutter? if this is true can you please suggest to me which version of JDK and Flutter should I use to avoid this problem? right now I am using these versions.
      Flutter: 3.10.1
      java: 17.0.7

  • @ronyjohnson6381
    @ronyjohnson6381 7 месяцев назад

    the dart vm service is listening on ************* ye aa raha hai how to resolve it?

  • @عالمالطبيعة-ط9ه
    @عالمالطبيعة-ط9ه Год назад

    Please answer, is it necessary to install visual studio

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      For Flutter Mobile & Web it's optional, it's required for running Flutter Windows.

  • @Sooraj-Rao6
    @Sooraj-Rao6 7 месяцев назад +1

    Thanks! It worked.

    • @FlutterTeacher
      @FlutterTeacher  7 месяцев назад

      Glad it was helpful.
      You are most welcome 🙏

  • @deathgod_69
    @deathgod_69 Год назад

    Just subscribed please can you please help in making a Tut for Flutter Development with low spec pc i personally have (Intel Core 2 Duo 2GB Ram)... I am really passionate

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      Yes, you can run Flutter app.
      Step 1: Install Flutter by following this video - ruclips.net/video/Sp__3Df22s8/видео.html
      Step 2: Use real device to run Flutter - ruclips.net/video/yxif9Tj8fDE/видео.html
      Don't use AVD
      All the best!
      Stay tuned! Watch Dart & Flutter video on this channel to learn Flutter.

  • @zeeshanansari8507
    @zeeshanansari8507 Год назад +1

    thanks, it's helped me

  • @richardjohannespakpahan5317
    @richardjohannespakpahan5317 5 месяцев назад

    di hp memang ditampilkan tapi di laptop tidak menampilkan runnya

  • @newbie6449
    @newbie6449 5 месяцев назад

    My gradle build failed always
    What should i do ?

  • @haneenerheem2199
    @haneenerheem2199 Год назад

    can this work without downloading android studio?

  • @brawlboy1382
    @brawlboy1382 10 месяцев назад

    Can I use ios?

  • @JohnAaronGalingana-hy8ug
    @JohnAaronGalingana-hy8ug 14 дней назад

    how about wireless

  • @beripastilustobjopanebolel9798
    @beripastilustobjopanebolel9798 Год назад +1

    Thank you very much, it was a great explanation *:・゚✧*:・゚✧

    • @FlutterTeacher
      @FlutterTeacher  Год назад +1

      Glad you think so
      You are most welcome 🙏

  • @tambaivan
    @tambaivan 10 месяцев назад +1

    thanks alot sir

  • @Nandakishor36
    @Nandakishor36 Год назад +1

    can it cause virus from pc to mobile

    • @FlutterTeacher
      @FlutterTeacher  Год назад

      Connecting phone to PC/Laptop may lead to virus. Make sure to protect the system using some Antivirus.

  • @robbysyamsuddin7173
    @robbysyamsuddin7173 5 месяцев назад

    thanks