android youtube player OpenYouTubeActivity fullscreen is not working on Android 4.3 and later

StackOverflow https://stackoverflow.com/questions/23356328

質問

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.

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top