flutter : no connected devices available / configure.
Please make sure you have clone flutter sdk from here
https://github.com/flutter/flutter.git
and run
flutter doctor --android-licenses
Check to ensure you have install the following :-
Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, Images are installed
Then from the toolbar make sure you set to a "device", in my case Nexus 6 API P emulator. This will fire it up and once it is up and running, click on the play button.
It is a bit weird but .......that's how it works.
Comments