简体   繁体   中英

'adb devices' find my usb device,but android studio not. only show "Loading Devices", also say when run "no target device found"

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).检查图像 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?

Try to run this command in Android Studio terminal

adb kill-server

after that run this command

adb start-server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM