I am developing a karaoke app that uses the smart TV for streaming the videos. Therefore I need to be able to export for Android TV, and obviously this is not an option in Construct 3 export wizard. According to Android developer's documentation, the following is stated,
"TV apps use the same structure as those for phones and tablets. This similarity means you can modify your existing apps to also run on TV devices or create new apps based on what you already know about building apps for Android." These are the main components you should use to create an app that runs on TV devices:
Activity for TV (Required) - In your application manifest, declare an activity that is intended to run on TV devices.
TV Libraries (Optional) - There are several androidx libraries available for TV devices that provide widgets for building user interfaces.
I would appreciate if anyone can push me in the right direction.