-2

Hi i am trying to run my app through usb i have turned on debug mode also install via usb but after connecting device to android studio i am not able to show the device in android studio Any help?

enter image description here

Sajan Josan
  • 123
  • 2
  • 11
  • Can you see it running `adb devices` ? Maybe try to change your USB cable. I had the same issue for a while recently. Somehow update AS solved the problem. I'm running Android Studio 3.2 Canary 18. – MajorShepard Jun 20 '18 at 07:43
  • 1
    Device drive is showing in my computer but not in android studio i have checked by changing devices and usb also. – Sajan Josan Jun 20 '18 at 08:03
  • I have edit configurations i select in target deployment usb only but it's not working in my case. – Sajan Josan Jun 20 '18 at 08:04
  • Ok thank you for answer and comment i have found the solution instead of running the app from run button i tryed it with Debug app (Shift +9) button and it worked successfully. – Sajan Josan Jun 20 '18 at 08:49
  • when i try it second time my above solution not worked then reinstall android sdk from sdk manager and it's works Thank you to all of you for answering. – Sajan Josan Jun 28 '18 at 04:25

1 Answers1

0

Check in 'Android device monitor', in Android Studio click on Tools menu -> Android -> Android device monitor

Sai Prasad
  • 286
  • 1
  • 2
  • 13