How to debug Flutter app with real Android phone

Thanks to this SO answer for providing all the details! The below workflow has been tested on a Windows machine.

Enable Developer Options on the Android phone. Toggle USB debugging option.
Connect your Android phone with a USB cable and accept whate…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Pere Sola

Thanks to this SO answer for providing all the details! The below workflow has been tested on a Windows machine.

  1. Enable Developer Options on the Android phone. Toggle USB debugging option.
  2. Connect your Android phone with a USB cable and accept whatever pop up appears.
  3. You should now see your phone listed. Running flutter devices should also list the device.

Image description

  1. Choose the device and run the the app with the debugger. The app should open in your phone.

  2. If it fails to build, keep an eye on the Debug console of your IDE, in my case VS Code.


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Pere Sola


Print Share Comment Cite Upload Translate Updates
APA

Pere Sola | Sciencx (2023-01-16T00:26:22+00:00) How to debug Flutter app with real Android phone. Retrieved from https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/

MLA
" » How to debug Flutter app with real Android phone." Pere Sola | Sciencx - Monday January 16, 2023, https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/
HARVARD
Pere Sola | Sciencx Monday January 16, 2023 » How to debug Flutter app with real Android phone., viewed ,<https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/>
VANCOUVER
Pere Sola | Sciencx - » How to debug Flutter app with real Android phone. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/
CHICAGO
" » How to debug Flutter app with real Android phone." Pere Sola | Sciencx - Accessed . https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/
IEEE
" » How to debug Flutter app with real Android phone." Pere Sola | Sciencx [Online]. Available: https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/. [Accessed: ]
rf:citation
» How to debug Flutter app with real Android phone | Pere Sola | Sciencx | https://www.scien.cx/2023/01/16/how-to-debug-flutter-app-with-real-android-phone/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.