Strange Behavior of Android VideoView - “Can't Play Video”

前端 未结 11 1373
無奈伤痛
無奈伤痛 2020-11-30 03:06

In my application,showing video from sdcard folder or new taken video from Video intent in a VideoView in different Activity by passing file path of the video selected.

11条回答
  •  一生所求
    2020-11-30 03:54

    I had this same issue while using VideoView, while i tried to check all things regarding the video the issue was in the AndroidManifest.xml File, It was regarding the permission to use EXTERNAL STORAGE give it a shot it might solve the issue.

提交回复
热议问题