+ 2
Does anyone have experience with android studio and flutter?
I am using both of these for the first time to create my first app. I am following along with flutter's tutorial. When I select a phone to emulate and push run, the phone emulator comes up but doesnt display how the app looks like it says in the tutorial, just the desktop for a phone that is functional. Does anyone know why this is not displaying? Vt-x is enabled in the bios.
1 Réponse
+ 1
To avoid hussle with avds I connect my android to pc with USB cable, enable USB debugging on Android, flutter/android studio sees my phone and I deploy app like that.. Hot reload and everything works fine... Small note: Debug version of simple app is about 50mb so don't forget to delete it after you're done