Vinod
Vinod

Reputation: 675

Android studio do not show devices for flutter

I am new to Flutter and android studio, I followed the instructions of flutter.io , I created a blank app, and while I try to run I am unable to see the device lists. but it is available in device manager Please see the screenshot.enter image description here

Upvotes: 0

Views: 214

Answers (2)

S.Shandilya
S.Shandilya

Reputation: 11

Go to Tools->Troubleshoot Device Connections.

  1. Connect your device over USB
    If your device name does not show here then your USB or device has a problem.
  2. You have to enable USB Debugging on your device.
  3. Restart ADB Server.

I hope this addresses your issue.

Upvotes: 1

Coder_Manuel
Coder_Manuel

Reputation: 22

You've not run your device.... Under Actions Click the Run button...... The emulator will start and your problem solved..

Upvotes: 0

Related Questions