Questions tagged [android-tv]

Android TV is a smart TV platform running the Android operating system. It provides an interactive television experience by overlaying user interface on top of existing television programming. Use android-tv for questions specifically on the TV platform and not for general Android questions.

Android TV is a smart TV platform running the Android operating system. It provides an interactive television experience by overlaying user interface on top of existing television programming.

1380 questions
0
votes
0 answers

Does Android TV Support AbstractAccountAuthenticator?

I've implemented the AbstractAccountAuthenticator previously in an app for a handheld. I've been working on creating an interface and app experience for Android TV and wanted to be able to handle the user's account in a similar manner. I've created…
Mike G
  • 1,956
  • 1
  • 30
  • 62
0
votes
2 answers

Android TV INSTALL_FAILED_OLDER_SDK

I am trying to test out an Android TV app on my TV. It works in the emulator and I am using Android Studio 0.8.14. My build.gradle file is: apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion "21.1.1" …
0
votes
1 answer

Can you use multiple phones to control the same Android TV unit?

If I have a Nexus Player, and connect to it with more than one phone (Using Android TV Remote Control), is it possible to distinguish between each controlling unit in the code? (It would make for a cool way to do multi-player games without the need…
Søren T
  • 3
  • 2
0
votes
1 answer

how to speed up the forward/rewind process when button pressed continuously

I want to increase the forward/rewind speed if the button is pressed continuously. I created my customized media controller from here. What would be the good way to speed up the forward/rewind process? I got some idea form here. Finally I…
A_rmas
  • 784
  • 2
  • 10
  • 26
-1
votes
0 answers

How can we upload Android mobile and Android TV project with same package name using same basecode

I have a same base code for android tv and android mobile. I have a app which is live and support for android mobile. In same base code I have implemented the code for android TV. Now my question is that how can I upload apk with same package name…
Shailesh Kumar
  • 393
  • 5
  • 20
-1
votes
0 answers

'Recommended By Your Apps' is not showing in Fire TV Stick 4K

I am implementing Recommendations Overview feature in Fire TV. Recommended By Your Apps row is not showing in Fire TV Stick 4K. and my code is working fine in Android TV but not working in My Fire TV Stick 4K. Is **Fire TV Stick 4K **is supported…
arun
  • 1
  • 1
-1
votes
1 answer

how to unbrick my ONN TVbox 100026240 (dopinder)

my ONN TVbox 100026240 dopinder got bricked after blackout. my ONN TVbox 100026240 dopinder got bricked after blackout. I conected the equipment succesfully using amlogic USB burning tool but seems to be imposible to burn an image because the tvbox…
-1
votes
1 answer

how to create sidemenu in android tv using Flutter?

how to add this side-menu in the android tv app using flutter and how to handle its focus. I'm using flutter 3.0.0
user20223725
-1
votes
1 answer

How to install a certificate on Android TV?

I've installed certificates (especially the FiddlerRootCA) on several android devices already, since it has a security section in the menus. On Android TV on the other hand, I was not able to find anything in the settings, altough I went through…
Edna Krabappel
  • 362
  • 1
  • 2
  • 16
-1
votes
1 answer

Android TV Emulator: How to create curved display emulator?

Android studio default TV emulator comes with two different regulations and sizes. But now some android TVs are curved displayed and with different resolutions. Is it possible to make the Android emulator screen curved? Or, is there any other…
Md Imran Choudhury
  • 9,343
  • 4
  • 62
  • 60
-1
votes
1 answer

Alternative for missing app bar in Android TV

I just notice that my Android app, when I run it on Android TV with leanback intent, that it doesn't show a sandwich button for the menu items. This is missing, and everthing else like the title: What is the suggested alternative? Is it possible to…
user502187
-1
votes
1 answer

gson.toJson() is not working in android 8 and lower devices

It is giving the following exception fatal, when application is launching 2020-09-28 17:56:22.145 5895-5895/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.nagra.uk.jado, PID: 5895 java.lang.RuntimeException: Unable to resume activity…
Siva
  • 61
  • 1
  • 9
-1
votes
1 answer

Duplicated cards in verticalGridView

I have a strange problem here. Context: I'm building an Android TV application which makes use of Android's Leanback Library. When the user navigates to a show, it has a vertical grid view which lists all the episodes of the show. The list is…
CubeInTheBox
  • 56
  • 1
  • 6
-1
votes
1 answer

Customize BrowseFragment to show text and image preview above Row list

As we are new to the Android TV development and we are willing to design the screen as shown in the screenshot below. After some sort of research on the Leanback library, came to know that we are supposed to use the BrowseFragment to achieve the…
-1
votes
1 answer

Beginner leanback tutorials showing how to display and update browsefragment data

I am trying to learn about developing android TV apps and looking at sample code on github and on some tutorial links. I have grasped some basics around android TV development. My problem is non of the tutorials properly explain how the browse…
user5898266
  • 355
  • 2
  • 6
  • 20