我正在学习android电视节目。我想准备好所需的硬件。但是在网站上http://developer.android.com/training/tv/start/start.html 我只能找到在模拟器上运行的指南。我很好奇如何在真正的电视上运行应用程序。
开发Android手机时。我需要使用USB线连接到手机并在手机上启用USB调试。怎么样在电视上播放?
电视需要哪些功能?我认为电视需要一些智能功能和某种Android运行时平台。我该如何促进这一点?
如果我没有智能电视,我可以使用带有界面的非智能电视进行开发吗?
答案 0 :(得分:2)
在电视上播放怎么样?
该文档适用于Android TV。您需要Android电视设备,例如Nexus播放器。
电视需要哪些功能?
这取决于您的Android TV设备。如果Android TV设备与电视分开,例如Nexus播放器,您需要Android TV设备所需的任何内容(通常只需一个HDMI端口)。应该有电视出现,将电视作为电视本身的一部分,但我不知道今天是否有这样的电视。
我使用带有界面的非智能电视进行开发?
您可以购买Android电视“机顶盒”,例如Nexus播放器。
答案 1 :(得分:0)
There are multiple ways, but basically people use below of them
1) Screen mirroring
2) HDMI
How to use
1)- If you use screen mirroring then your device have screen mirroring support and device also support, this technology used wifi.
2)- If you use HDMI then you need android mini pc device which have atleast kitkat 4.4 version and using hdmi cable you can use.
答案 2 :(得分:0)
当您通过wifi / LAN电缆将Android TV / Box连接到网络时,请转到网络设置 - 获取高级选项 - 选择IP设置 - 选择静态IP地址。给出静态IP,例如10.10.14.219 保存。 然后去你的工作室终端 - 类型&yum install adb'按回车键 安装过程后-in terminal -
'adb kill-server'
按回车然后
'adb start-server'
按enter.then
'adb connect 10.10.14.219'
您的设备将连接到工作室。然后你可以直接将应用程序运行到电视/盒子,就像你在移动设备上使用usb一样。