Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为安卓电视开发远程控制应用程序(它就像谷歌电视)我使用谷歌电视远程应用程序找到安卓电视但我无法找到那台电视(它正在寻找唯一的 GTV)
搜索 android 电视我可以使用 anymote 协议吗?
请帮助我并提前致谢
对不起我的英语不好
如果你想从安卓设备控制一台设备,你需要两件事:
一种物理的交流方式。
一种交流的语言。
如果您想通过您的 android 设备与另一台设备通信,您可能需要为该设备使用蓝牙适配器(唯一的问题是如何启用与电视的蓝牙配对),或使用 wifi 天线(再一次,不是很容易在电视中启用)。
使用电视 API 是您可能应该在遥控器/电视制造商中阅读的内容,并了解如何通过 Android 启用它。