Update README.md

This commit is contained in:
Zhminko Roman 2022-05-11 10:32:46 +03:00 committed by GitHub
parent d681e5505f
commit 5c7d0c1305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
```
<application
...
android:usesCleartextTraffic="true"
>
```
If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository.