0

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

creativecoder
  • 1,470
  • 1
  • 14
  • 23

1 Answers1

1

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

Vinoth M
  • 91
  • 2
  • 4