I\'m getting this error Fatal Exception: java.lang.IllegalStateException This YouTubePlayer has been released , but release() wasn\'t called explic
Fatal Exception: java.lang.IllegalStateException This YouTubePlayer has been released
release()
I fixed this issue by making videoPlayer null in onDestroy of Activity.
onDestroy
Edit:
Tried in onStop and it works fine. @MickeyTin, Thanks..
onStop