Reputation: 1446
I am running Windows 10 home edition and every time I launch an AVD the machine slows down considerably.
Is it possible for flutter to connect to a real device such that when I run my app during development its rendered on an actual device and not the virtual devices. If so would hot reloading still be allowed?
Upvotes: 1
Views: 5624
Reputation: 21
It's easier to use an emulator and then check the rest with flutter doctor -v
Upvotes: 0
Reputation: 3067
To prepare to run and test your Flutter app on an Android device, you’ll need an Android device running Android 4.1 (API level 16) or higher.
You get full instructions and more information here: Flutter Docs
Upvotes: 7