I have a problem in running a video in Samsung S3(Android 4.1.1), the issue seems to be because the videoview is on a fragment because if I put it on and activity, it works. Als
Move MediaController mediaController = new MediaController(getActivity()) from onResume() to onCreateView.
MediaController mediaController = new MediaController(getActivity())
onResume()
onCreateView