문제

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?

도움이 되었습니까?

해결책

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

다른 팁

You need to activate the usb debugging on your phone.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top