You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Android App. The App provides video stream by YouTube.
The Application is available for Android Phones and Android TV
compileSdkVersion and targetSdkVersion are 28, minSdkVersion is 19.
Library that is used to show YoutTube stream is com.github.PierfrancescoSoffritti:AndroidYouTubePlayer:10.0.4 that is using WebView to show youtube video.
App is signed and uploaded to Google Play store.
The App is downloading, installing from the Google Play and starting with NO problem.
When the app working on smartphones - there is no problems generally and problem with video. But,
Issue: when start activity with YouTube stream on Android TV, the screen is becoming white and nothing is happening. Sound is not existing as well.
What I tried:
Smart Phones: everything is working well
Installation through Android Studio: works well
Installation by APK file (signed) directly on Android TV: works well
Downloaded current released APK from Google Play and direct installation on Android TV: WORKED WELL!
How it can be possible, that the App from the same APK file works not correct if install it from Google Play?
The text was updated successfully, but these errors were encountered:
________________________________
From: Pierfrancesco Soffritti <[email protected]>
Sent: Saturday, December 21, 2019 1:56:14 PM
To: PierfrancescoSoffritti/android-youtube-player <[email protected]>
Cc: Sergei Neronov <[email protected]>; Author <[email protected]>
Subject: Re: [PierfrancescoSoffritti/android-youtube-player] App with YouTube, installed from Google Play shows white screen, but if install without Google Play - everything is working. (#500)
I don't know, it sounds odd. Are you testing always on the same Android TV device?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#500?email_source=notifications&email_token=AMECSWD4GVVVQ2J7KMWIQTLQZYG65A5CNFSM4J55DVBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHO3UPY#issuecomment-568179263>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMECSWFYJBBI4SFLARRVOOTQZYG65ANCNFSM4J55DVBA>.
I have an Android App. The App provides video stream by YouTube.
The Application is available for Android Phones and Android TV
compileSdkVersion and targetSdkVersion are 28, minSdkVersion is 19.
Library that is used to show YoutTube stream is com.github.PierfrancescoSoffritti:AndroidYouTubePlayer:10.0.4 that is using WebView to show youtube video.
App is signed and uploaded to Google Play store.
The App is downloading, installing from the Google Play and starting with NO problem.
When the app working on smartphones - there is no problems generally and problem with video. But,
Issue: when start activity with YouTube stream on Android TV, the screen is becoming white and nothing is happening. Sound is not existing as well.
What I tried:
How it can be possible, that the App from the same APK file works not correct if install it from Google Play?
The text was updated successfully, but these errors were encountered: