I'd like to start by saying that I've been using Eclipse with an Android (v2.2) phone with no problems.
Today I bought a Samsung Galaxy Tab 10.1 (Android 3.1) but Eclipse does not recognize it. Windows is aware of the device but Eclipse is not. I have installed the latest USB drivers, I can access the tablet as a storage device, the tablet is set to USB debugging mode and the tablet shows a "USB Debugging" notification when I plug it in. However it never shows up in the DDMS view in Eclipse and I cannot install or debug apps on it from Eclipse.
Any help is much appreciated.
Barry
On most devices running Android 3.2 or older, you can find the option under Settings > Applications > Development. On Android 4.0 and newer, it's in Settings > Developer options.
I think you need to install Android 3.1 SDK and install the eclipse classic plugins as well. I have been using Samsung Galaxy with eclipse from quite some time now. Hope this helps.
First of all, its not eclipse who is not recognizing your device. Its ADB - android debug bridge. Usually you can check whether device is visible to ADB via console/terminal using
adb devices
(adb
is an executable located at$ANDROID_SDK/platform-tools
).Also, even if Windows sees your device as USB device, it doesn't mean it sees it as ADB compatible device. These are usually two different drivers. Make sure you've installed correct ADB drivers for your device.
Had the same problem, with my Samsung Galaxy Y Duos. It was perfectly working fine.. we could debug.
Stopped working/ not recognizable, after reinstalling the OS, Eclipse etc.
Here's a FIX that might work:
SSS Solutions www.s3s.co.in
I did the following for a Galaxy Note 10.1:
"List of devices attached
4107001b9836affb device"
Now when I hit "run" in eclipse, I see "samsung-gt_n8013-4107001..." as a target device.
Hope this helps.
Here is the way I solved this problem.