Question

m using the android youtube player OpenYouTubeActivity, i'm using the svn source code, not the jar file provided in the project. But it seems that this activity is not working after the 4.3 android releases. the video is shown half of the full screen, but everything else works fine. THis issue is already logged on the issues list on the project site.

Anybody has any clue, whats happening? Any solution is greatly appreciated.

Was it helpful?

Solution

Its always best to use the jars, because you get the latest compiled code and its easy for the maintainers to maintain versions. But I think on the code branch the fix here is to decompile the jar using an open source decompiler like http://jd.benow.ca/ and then copy the code as is. Then you can see where the changes have been made.

DISCLAIMER

Please follow the licensing as the original wants it. I think its as per Apache, so make sure to include appropriate licensing information and credits and follow licensing laws.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top