Start your app by running a Flutter run.In the terminal, run the Flutter devices command to verify that Flutter recognizes your connected Android device.If prompted on your device, authorize your computer to access your device. Using a USB cable, plug your phone into your computer.Detailed instructions are available in the Android documentation. Enable Developer Options and USB debugging on your device.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. For, Android (on mac system) Set up your Android device In the terminal, run the flutter devices command to verify that Flutter recognizes your connected Android device. When the user receives an error like No Connected Devices in Flutter users first need to run a command like below: flutter doctorĭepending on the output we get from the above command user can perform the action like below:įlutter supports both iOS and Android devices/simulators. How to Solve No Connected Devices in Flutter? So in today’s article, we will learn How to Solve No Connected Devices in Flutter. When users create a sample application with Flutter with Fresh Installation sometimes when they run a flutter run they get an error like No Connected Devices.