Nick
Nick
This is not available to 3P developers.
If your Android TV has an internal tuner, you can stream content using the system TV app. However, that stream is not available for a third-party developer to use in...
As a developer, you can pull streaming media from your own service and make that available to the system TV app through the TV input framework as this sample does....
I signed it!
PR also have fix for #15
In multiple places we use a single constant for all app compat versions, ie. `implementation "com.android.support:appcompat-v7:$appCompatVersion"` If we can do the same in this new line, that would be consistent.
It looks like your device has very low storage.
Have you looked for potential solutions to the error message like [this StackOverflow question](https://stackoverflow.com/questions/49423572/android-unable-to-build-apk-more-than-one-file-was-found-with-os-independent-p).
Does the current URL no longer work?
What other imports are you using in your project? Is there a reason you're using `implementation` over `compile`? What happens if you use version 0.1?