From 5c7d0c130559e2c747800cebcceef99b510c69c9 Mon Sep 17 00:00:00 2001 From: Zhminko Roman <92923411+ZhminkoRoman@users.noreply.github.com> Date: Wed, 11 May 2022 10:32:46 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 24e2edb0..aa1548ad 100644 --- a/README.md +++ b/README.md @@ -1500,6 +1500,15 @@ allprojects { } } ``` + +## Black Screen on Release build (Android) +If your video work on Debug mode, but on Release you see only black screen, please, check the link to your video. If you use 'http' protocol there, you will need to add next string to your AndroidManifest.xml file. +``` + +``` If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository. From 9e46997e96960276f800cfa3b7362952a14a37fb Mon Sep 17 00:00:00 2001 From: Zhminko Roman <92923411+ZhminkoRoman@users.noreply.github.com> Date: Wed, 11 May 2022 10:40:17 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aa1548ad..894f0eb9 100644 --- a/README.md +++ b/README.md @@ -1500,6 +1500,7 @@ allprojects { } } ``` +If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository. ## Black Screen on Release build (Android) If your video work on Debug mode, but on Release you see only black screen, please, check the link to your video. If you use 'http' protocol there, you will need to add next string to your AndroidManifest.xml file. @@ -1510,8 +1511,6 @@ If your video work on Debug mode, but on Release you see only black screen, plea > ``` -If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository. - ## TODOS - [ ] Add support for playing multiple videos in a sequence (will interfere with current `repeat` implementation)