Uditha Senaratne
Uditha Senaratne

Reputation: 3

Issue in debugging android apps on a real device

I am newbie for android development. I need to debug my apps on a real phone. I already have a Samsung Galaxy y pro duos (GT-B5512). But it does not detected by AVD Manager when it is connected via USB even though I have enabled 'USB debugging' option in the phone.

I tried to find a USB driver for my device, but could not find one.

I am using eclipse IDE on Windows 7 64bit OS.

Can somebody please help me on this regard...?

Upvotes: 0

Views: 1677

Answers (3)

Devharsh Trivedi
Devharsh Trivedi

Reputation: 31

Samsung Galaxy Y Duos GT S-6102 USB Connection works only with USB 2.0. It won't work with USB 3.0. So install Samsung Kies on your system and make sure USB Port is USB 2.0 and not USB 3.0.

Upvotes: 3

Saurabh Verma
Saurabh Verma

Reputation: 6728

You may have to download Samsung Kies for Samsung phones. http://www.samsung.com/in/support/usefulsoftware/KIES/JSP

Upvotes: 1

sksEng
sksEng

Reputation: 257

You need to read the Using Hardware Devices section in android SDK

http://developer.android.com/tools/device.html

It tells you steps to connect a device to PC via USB port

Upvotes: 1

Related Questions