Search code examples
androiddebuggingubuntuadbcyanogenmod

debugging app on xperia over Ubuntu


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?


Solution

  • 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