neoerol
neoerol

Reputation: 981

Eclipse android device chooser doesn't show my phone

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

Answers (5)

neoerol
neoerol

Reputation: 981

I installed HTC Sync Manager then it works.

Upvotes: 4

Pir Fahim Shah
Pir Fahim Shah

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.

enter image description here enter image description here

Upvotes: 0

ashabasa
ashabasa

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

Kim Hansson
Kim Hansson

Reputation: 501

Did you download the USB driver for your device?

Specifically for Samsung S III.

Upvotes: 0

eoinzy
eoinzy

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

Related Questions