I am getting a null pointer exception where there shouldnt be one. Here is the error readout Here is the activity source code (Its from a google codelab on the exoplayer) and has been modified a little. The layout file is just a Playerview element with its ID as video_view Any help is appreciated. This is the codelab HERE The
Advertisement
Tag: exoplayer2.x
How to make PlayerView full screen in landscape mode when used in MotionLayout
I want to make it possible to make the PlayerView in landscape mode full screen but I can’t make it work. So far, I have tried to set the playerView layout params programmatically when configuration …
Advertisement