how to play .3GP video file in android

后端 未结 3 652
Happy的楠姐
Happy的楠姐 2021-01-26 04:20

HI i want to play a .3GP video file in android phone. i tried below code but it shows cant play video.so please tell me what i will do

This is my code

          


        
3条回答
  •  独厮守ぢ
    2021-01-26 04:46

    This article provides code similar to your sample, though there are some differences, especially with video.start and your sample completely missing MediaController.show.

    I suggest cleaning up your code a bit and try the suggestions found in the mentioned article. There's also some good feedback in the article discussions.

提交回复
热议问题