Tin Tran
07/06/2021, 9:25 AMjava.lang.IllegalStateException: A YouTubePlayerView can only be created with an Activity which extends YouTubeBaseActivity as its context.
I don’t want my main activity to extend the YouTubeBaseActivity
so I’m using embedded player using iframe with WebView. I don’t know if it’s a good idea.