I've just got a Sony KDL-43W800C, and I intend to develop some apps for it, however I can not find any information on how to attach to it using adb for installing apks and getting the logs etc.
What am I missing?
Step A.From the main screen of your Fire TV, select Settings. Select Device (or My Fire TV) > Developer Options. Turn on ADB Debugging.
Boot your phone into Android, then connect it to your desktop computer with a USB cable. On your computer, launch the Command Prompt and change the directory to point to the platform-tools folder. Type adb devices and hit Enter. You should now see a list of attached devices, with a serial number.
Windows, macOS, Linux, and Chrome OS: Android Studio It's Google's official IDE (Integrated Development Environment) for Android applications and has all the tools on board you need for creating your projects, including ADB and fastboot. The software will also ensure that your tools are always up to date.
You need to use ADB over TCP/IP.
Enable Developer options: Press Home and select Settings. In the TV row, select About. Scroll down to and click on Build several times until a dialog appears with the message "You are now a developer" appears.
Enable Debugging: Press Home and go back into the Settings menu. In the System Preferences row, select Developer options, select Debugging, select ADB Debugging, select On.
Find the TV IP address: Press Home and select Network Settings.
Make sure your TV and your computer are connected to the same local network.
On your computer type: adb connect <TV IP address>
In the Allow debugging? dialog, select Always allow from this computer and select OK.
You can verify the connection is established and that the TV is communicating across the network with the following command:
adb logcat
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With