【发布时间】:2014-09-28 21:30:53
【问题描述】:
我正在实现一个专门针对 Android TV 的应用程序。
我在 AndoridManifiest.xml 中使用了 2 个功能
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="com.google.android.tv"
android:required="true" />
它已发布到 Play 商店。但是,通过运行 Android 操作系统的东芝电视、Android Box 中的 Play Store 搜索我的应用程序时,我看不到我的应用程序。
我怎样才能喜欢 Youtube for TV 应用程序?它仅适用于 Android TV(Google TV、东芝、Android Box)。
提前致谢。
【问题讨论】:
-
你的应用名称是什么?
标签: android google-tv android-tv