android - nexus 播放器是否支持 NDK?

标签 android android-ndk google-tv

根据 https://developers.google.com/tv/android/docs/gtv_market_filtering 它声明不支持 NDK;但是我的应用程序在我的 Nexus Player 上运行得非常好。

谷歌多次更改他们设备的名称,我现在很困惑这个文件是指 nexus 播放器,还是指“旧”谷歌电视,例如 logitech revue 类型的设备...

最佳答案

According to https://developers.google.com/tv/android/docs/gtv_market_filtering it states there is no support for the NDK

这是指向 Google TV 文档的链接。

however my app works perfectly fine on my Nexus Player

Nexus Player 运行的是 Android TV,而不是 Google TV。

I am now confused if this document is referring to the nexus player, or to the 'old' google tv, such as the logitech revue type of devices...

它指的是 Logitech Revue、ASUS Cube 和其他 Google TV 设备,而不是 Nexus Player 或其他 Android TV 设备。它也不涉及插入电视但仅支持 Cast SDK 而不是完整的 Android TV 体验的 Chromecast 或其他设备(如果有的话)。

(是的,这一切都很困惑)

我的理解是,从 NDK 修订版 10c 开始,NDK 支持 Android TV。

关于android - nexus 播放器是否支持 NDK?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27446854/

相关文章:

android - 尝试在 Eclipse 3.7 中运行 Android 3.1 ContactManager 示例时出现管道错误?

android - 从广播接收器启动的 Activity 是否使用与应用程序相同的堆?

android - 在 Android 中使用 checkSelfPermission?

android - 如何增加媒体播放器的音量

c++ - 谁能解释一下 Android 中 C 运行时的哪些功能(通过 NDK)不受支持?

android - 从 Google TV 应用程序打开监视器

java - 如何从java应用程序序列化和在android上反序列化?

android - 使用 ndk 运行 android 应用程序时出现运行时错误

android - 线程中的数学函数返回错误值,使用 android ndk

Android机顶盒开发