Load Video from Firebase Storage to videoView

后端 未结 4 1850
陌清茗
陌清茗 2020-12-01 20:06

I want to play a video from Firebase storage with a videoview I\'m trying like this:

storageReference.getDownloadUrl().addOnSuccessListener(new OnSuccessList         


        
4条回答
  •  生来不讨喜
    2020-12-01 20:33

    I had the same problem and the following solution worked for me:

    Add this string to AndroidManifest.xml file

    
    

提交回复
热议问题