Reputation: 981
I'm using the android plugin for eclipse and when i try to run my program using adb but my device is not listed. I check usb debugging mode. I clean cache, but not solved.
(usign windows 8/My phones Htc one x (4.1.1) and samsung s3 (4.1.1).)
Upvotes: 3
Views: 8655
Reputation: 10623
If you want to run your application over an android device like HTC then first of all you have to download and then install HTC synchronization Manager form here HTC Synchronization Manager. After that follow the below pictures steps.
Upvotes: 0
Reputation: 311
Maybe you need to enable the developpement USB debugging
On your phone, go to Settings->app settings->developing->enable first option
Upvotes: 1
Reputation: 501
Did you download the USB driver for your device?
Specifically for Samsung S III.
Upvotes: 0
Reputation: 2242
Using the command line, type adb devices
in your SDK_FOLDER/platform-tools
folder.
If your device is detected, then run eclipse as admin.
If your device is not detected, then try update the drivers (found in SDK_FOLDER/extras/google/usb_driver
)
Upvotes: 0