Integrating video file in android app as app background

前端 未结 6 1421
感情败类
感情败类 2020-11-30 19:36

I need to use video as my background. First I placed the video file in drawable folder and called as background of LinearLayout in main.xml. But while running t

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 20:21

    I was able to get this working with a combination of the above and the following other two posts:

    Android player raising exception prepare failed:status 0x1

    How to attach MediaPlayer with SurfaceView in android?

提交回复
热议问题