Home > Blockchain >  Android Studio Chipmunk not showing android device for flutter app installation
Android Studio Chipmunk not showing android device for flutter app installation

Time:07-04

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

CodePudding user response:

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

  • Related