Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Devices in VS Code - Flutter

I'm new to flutter app devleopment. I've installed Flutter SDK and I'm using VS Code. I want to test my demo app in my android device, I've enabled Developer mode and USB debugging option in my android device. In the status bar, VS Code shows, No Device though I connected via USB cable. How to resolve this problem? Do we need Android SDK for this?

Screenshot

like image 257
santhosh136 Avatar asked Aug 10 '26 17:08

santhosh136


1 Answers

connect your phone then you need to run adb devices on command line while your phone is unlocked it will show allow debug alert on phone accept and it will show

you can download command line tools and use sdk manager if you don't have android sdk from android studio page

like image 96
Ahmed D. Sherif Avatar answered Aug 12 '26 07:08

Ahmed D. Sherif