Posts by Juninho Cruz • 165 points
4 posts
-
2
votes1
answer530
viewsA: How to view a video using Exoplayer?
After a few days trying, I got the solution! There is virtually no material on Exoplayer. In the code Mainactivity.java, all Exoplayer configuration is correct, but the line exoPlayer.release();…
androidanswered Juninho Cruz 165 -
3
votes1
answer530
viewsQ: How to view a video using Exoplayer?
I’m trying to implement the simplest example of Exoplayer (project link and Project Tutorial Link). However, after following all the steps of the tutorial, the application runs, but does not show…
androidasked Juninho Cruz 165 -
0
votes1
answer502
viewsQ: How do I get a Surface to run a video using Exoplayer?
I need to run video on my Android app using Exoplayer, a google project that allows DASH, persistent cache. Official Project Page here However, the method exoPlayer.sendMessage has a class parameter…
androidasked Juninho Cruz 165 -
1
votes1
answer603
viewsQ: Error accessing "Java Build Path" in Eclipse
When I try to access MEU_PROJETO_ANDROID - Properties - Java Build Path, the following message appears: the Currently displayed page contains invalid values The archive Androidmanifest.xml is like…