1

I am use android studio 4.1 with manjaro linux. I want run app with usb debug,I am setup my mobile(oreo 8.1) for usb debug(developer mode-->usb debugging). check image you see in this image my problem.

'adb devices' result in terminal show's device. but not recognized in android studio,it show only "Loading Devices". when i try to run this, it say "no target device found".

can anyone know it's solution?

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841
Govind
  • 36
  • 1
  • 4

1 Answers1

0

Try to run this command in Android Studio terminal

adb kill-server

after that run this command

adb start-server