lipangit / JiaoZiVideoPlayer

MediaPlayer exoplayer ijkplayer ffmpeg
MIT License
10.47k stars 2.42k forks source link

question about JCFullScreenActivity #176

Closed Hitexroid closed 8 years ago

Hitexroid commented 8 years ago

sorry for my English !

i use JCVideoPlayerStandard and it work correctly

when i click on FullScreen button -- > Then Force Close and returns this Error

android.content.ActivityNotFoundException: Unable to find explicit activity class {b4a.example.jvc/fm.jiecao.jcvideoplayer_lib.JCFullScreenActivity}; have you declared this activity in your AndroidManifest.xml?

Hitexroid commented 8 years ago

sorry i forget to add this

<activity android:name="fm.jiecao.jcvideoplayer_lib.JCFullScreenActivity" android:configChanges="orientation|keyboardHidden" android:screenOrientation="landscape" />

to manifest