sony - ADB connection to an AndroidTV -


i've got sony kdl-43w800c, , intend develop apps it, can not find information on how attach using adb installing apks , getting logs etc.

what missing?

you need use adb on tcp/ip.

  1. enable developer options: press home , select settings. in tv row, select about. scroll down , click on build several times until dialog appears message "you developer" appears.

  2. enable debugging: press home , go settings menu. in system preferences row, select developer options, select debugging, select adb debugging, select on.

  3. find tv ip address: press home , select network settings.

  4. make sure tv , computer connected same local network.

  5. on computer type: adb connect <tv ip address>

  6. in allow debugging? dialog, select allow computer , select ok.

you can verify connection established , tv communicating across network following command:

adb logcat 

Comments