Android Studio Chipmunk not showing android device for flutter app installation

378 views Asked by At

I have updated to android studio chipmunk, I created a sample flutter project where my android device is not showing in the flutter tab to install the flutter app. I am able to run a sample android project. I tried re-installing chipmunk and SDK as fresh but it doesn't help me. enter image description here

1

There are 1 answers

0
Vinoth M On BEST ANSWER

In windows 10 you have to add adb software path in environment variables path

E:<SDK_Path>/platform-tools/ image

after run 2 cmd for testing purpose :

  1. adb devices
  2. flutter devices

cmd