1

I have tried all the below

given link but still my devices is not getting detected in Eclipse:

My phone cannot be detected in eclipse to test run

Device not detected in Eclipse when connected with USB cable

http://developer.android.com/tools/extras/oem-usb.html

Can anyone tell what should i do ? where i am missing something?

Community
  • 1
  • 1
rupesh
  • 2,865
  • 4
  • 24
  • 50

2 Answers2

1

Please install this driver - Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.exe

After installing this driver your device will be detected.

If it's not then in CMD:

->adb kill-server
->adb start-server
->adb devices
OGHaza
  • 4,795
  • 7
  • 23
  • 29
dipali
  • 10,966
  • 5
  • 25
  • 51
  • please cheeck it out this link http://stackoverflow.com/questions/20835693/unable-to-get-login-in-android-app – rupesh Dec 30 '13 at 08:41
  • i am facing same issue with the micromax canvas. what should i do please help me out. @dipali – rupesh Jan 27 '14 at 13:40
0

You need to activate the usb debugging on your phone.

Pragash
  • 1
  • 2