androidandroid-studioandroid-videoviewandroid-video-player

VideoView is not playing video in android Q but works fine in lower android versions


I'm working on video player. Video view is not playing video in android Q, it shows can't play this video but in other lower android versions videoview works fine. Path of video is in internal storage of phone. Anybody knows about this issue?


Solution

  • i found solution myself. By adding android:requestLegacyExternalStorage="true" in manifest inside of application tag then videoview works fine and also glide lib works fine in android Q if its not working