Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#2677 from ZhminkoRoman/fix/additio…
Browse files Browse the repository at this point in the history
…nal-info-to-documentation

Fix/additional info to documentation (Android release build black screen)
  • Loading branch information
hueniverse authored May 21, 2022
2 parents 9be049b + 9e46997 commit e0420d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,16 @@ 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.
```
<application
...
android:usesCleartextTraffic="true"
>
```

## TODOS

Expand Down

0 comments on commit e0420d6

Please sign in to comment.