我的移动三星Galaxy Duos S2成功连接Eclipse但突然Eclipse无法检测到我的设备。我有USB驱动程序和所有安装的东西,我的手机被我的电脑识别,但Eclipse没有连接到它。所有其他设备通过Eclipse成功连接。有没有办法检查特定设备是否有Eclipse驱动程序,或者是否有其他方式将设备与Eclipse连接?
答案 0 :(得分:1)
要在Windows 7上为您的设备安装Android USB驱动程序:
1. Connect your Android-powered device to your computer's USB port.
2. Right-click on Computer from your desktop or Windows Explorer, and select Manage.
3. Select Devices in the left pane.
4. Locate and expand Other device in the right pane.
5. Right-click the device name (such as Nexus S) and select Update Driver Software. This will launch the Hardware Update Wizard.
6. Select Browse my computer for driver software and click Next.
7. Click Browse and locate the USB driver folder. (The Google USB Driver is located in \extras\google\usb_driver.)
8. Click Next to install the driver.
然后在cmd中执行以下命令
1.adb kill-server
2.adb start-server
3.adb devices
希望它有效的朋友:)
答案 1 :(得分:1)
也许你错过了三星用于移动设备的通用USB驱动程序。
您可以从here下载版本。
或者,从Bittorrent下载最新的Samsung USB驱动程序。
然后将Samsung USB驱动程序安装到您的计算机上。
注意:在Windows中,仅依靠Windows USB驱动程序无法通过ADB成功将设备连接到Eclipse for Android开发。