1

I'm trying to debug an Application on a Xperia cellphone with Cyanogenmod installed, but it doesn't seem to recognize my cell phone. Also, adb seems to be gone, I followed http://developer.android.com/guide/developing/device.html the official guide, but when executing:

$./adb devices

on the plataform-tools/ directory the system doesn't recognize the device.

also I tried

$sudo ./adb devices 

any ideas?

Pedro Teran
  • 1,200
  • 3
  • 17
  • 43

1 Answers1

2

thanks to everyone for the help.!! I solved

the problem was that I needed to restart the adb server I did it like this:

$sudo ./adb kill-server
$sudo ./adb start-server
Pedro Teran
  • 1,200
  • 3
  • 17
  • 43