Unknown "Loading Devices" option always showing
See original GitHub issueUnknown disabled option (Loading Devices) always showing, Please see the image below
Flutter Doctor, summary
[√] Flutter (Channel stable, 1.22.2, on Microsoft Windows [Version 10.0.18362.1139], locale en-IN)
• Flutter version 1.22.2 at C:\src\flutter
• Framework revision 84f3d28555 (3 weeks ago), 2020-10-15 16:26:19 -0700
• Engine revision b8752bbfff
• Dart version 2.10.2
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at C:\Users\karthickr\AppData\Local\Android\sdk
• Platform android-30, build-tools 30.0.2
• Java binary at: C:\Program Files\Android\Android Studio 4.1\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
• All Android licenses accepted.
[!] Android Studio (version 4.1.0)
• Android Studio at C:\Program Files\Android\Android Studio 4.1
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
[√] VS Code (version 1.51.0)
• VS Code at C:\Users\karthickr\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.16.0
[√] Connected device (1 available)
• Nexus 6 (mobile) • ZX1G42884J • android-arm • Android 7.1.1 (API 25)
! Doctor found issues in 1 category.
And I found another error, the doctor shows flutter and dart plugin not installed but it is installed. See the below image
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to troubleshoot unknown devices that are listed in Device ...
The main reason for Unknown Device to display in your Device Manager is because you have a device that is not working correctly....
Read more >6 Ways to Fix the “Unknown USB Device (Device Descriptor ...
Your latest software update had issues and ended up corrupting the USB drivers. There was a fault when you were replacing some parts...
Read more >Android Studio device list stuck on loading - Stack Overflow
Quick fix on Android Studio: Search anywhere -> ( Shift + Shift ); Look for -> Restart Flutter Daemon. enter image description here....
Read more >Troubleshoot known issues with Android Emulator
To find an AVD's config.ini file, go to the AVD in the Device Manager, click its overflow menu, and select Show on Disk....
Read more >HP Printers - 'Device Setup Failed' or 'Unknown ... - HP Support
HP Printers - 'Device Setup Failed' or 'Unknown Device' Message Displays During USB Installation (Windows) · Step 1: Disconnect and reconnect the USB...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got this… My Project Structure->Project settings-> project->Project SDK setting is empty.When I select one android sdk,loading devices option was gone.
That’s the device selector used by Android projects. I haven’t found any way to make it disappear for Flutter projects. Please ignore it.