user2046756
user2046756

Reputation:

Eclipse not detecting Sony Ericsson Xperia for debugging?

My eclipse is not detecting my phone . I want to directly run my application in my phone . My phone has Android Version 4.0.4. Whenever i connect my phone with my Laptop it shows unknown in device's list .

Upvotes: 2

Views: 7276

Answers (5)

George Papatheodorou
George Papatheodorou

Reputation: 1559

2 Steps a) try downloading gooogle driver from within eclipse b) using the downloaded driver

Both steps can be found here Of course you have to unlock sony as well. I followed R.J comment for that and worked.

Upvotes: 0

Damir
Damir

Reputation: 399

Set this option in your mobile device before plug in USB cable:
Settings > Xperia > USB Connectivity > USB connection mode > Mass storage mode (MSC)

See my detailed answer here

Upvotes: 1

Asteriskiiii
Asteriskiiii

Reputation: 497

You should upgrade your Ubuntu & there is a chance that then your Phone will be working fine with Eclipse .

Upvotes: 0

TpoM6oH
TpoM6oH

Reputation: 8585

If you are using Windows most likely you should reinstall drivers, I faced this type of ussue many times and every time there was a problem with drivers.

Upvotes: 0

Rahul
Rahul

Reputation: 45060

Try the following:-

  • Enable USB Debugging (Settings --> Security --> Developer Option --> Enable USB Debugging)
  • If still doesn't work, try to reset the adb (DDMS Perspective --> Devices Tab --> Small Triangle on right side(Last option) --> Reset adb)

Upvotes: 3

Related Questions