Flutter : unable to locate development device
Face this issue trying to run Flutter using Android studio. This simple means you need to configure your platform tools. Go to File->Project Structure->Configure your Platform Sdk as shown below :- Try to set to Android 27 (or as recent version of Android SDK as you could).
Then fire away. Once you have it configure, your application bar - Flutter Hot Reload -> Should be enabled.
That's a big
Comments