简体   繁体   中英

How to run an android device on an android studios

I am currently trying to figure out why my mobile device will not show up in android studios.I have installed the google usb drivers for android studios, and enabled usb debugging. I just have no idea why I can't see the device in android studios.

Make sure to install the device driver. Go to the Device Manager and check it.

'cd' to your sdk platform-tools folder

Check if adb finds your device

./adb devices

If you do not see your device, restart adb :

./adb kill-server
./adb start-server

then re-run ./adb devices and see if it finds your device. Example :

List of devices attached
3a2b522 device

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