简体   繁体   中英

Empty device list on eclipse while I'm running simple android application

I get empty device list on eclipse although I'm connecting a device with Android 4.2 running on it. How can I add my device to the list?

在此处输入图片说明

You need to make sure the device is configured to allow 'USB Debug' Connections (in the Developer options on the device).

Sometimes, you will need to restart ADB once the device is connected if it isn't showing up. To do this, there is a button in the 'DDMS Perspective'\\Devices\\rightmost upside down triangle button.

Or from the command line:

adb kill-server
adn start-server

You must turn on USB debugging on the device, and install the corresponding USB drivers.

See http://developer.android.com/tools/device.html

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