I have a Samsung Galaxy S4 that I would like to deploy my app to using eclipse. However the device simply does not appear on the list of devices to deploy to.
I am using Windows 7 64-bit.
The phone appears as a drive when plugged in, allowing me to transfer files to and from the device.
The phone has developer mode and USB debugging switched on.
In the Android SDK Manager, the
Google USB Driver
appears as installed.I have manually installed the usb driver located at
\extras\google\usb_driver\
.This same device has been recognised and deployed to on other computers.
I have tried restarting the adb server in command prompt using
adb kill-server
and then typingadb start-server
.I have tried restarting both the phone and the computer.
My deployment screen simply thinks there is no android device:
Any ideas? Is there perhaps something I am missing here that is required for my android device to be properly recognised by eclipse?