While doing a remote debugging on GoogleTv, I've followed everything mentioned here: https://developers.google.com/tv/android/docs/gtv_hardware_devices The problem is that I'm able to do remote debugging on a Windows machine, but the same thing is not working on UBUNTU.
On Ubuntu, when I do:
adb connect <ip>
It shows connected. But when I do:
adb devices
It shows me nothing. Restarting the adb server has been of no help.