Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashed on API level 15 android device #71

Closed
kingbeful opened this issue Oct 18, 2016 · 3 comments
Closed

crashed on API level 15 android device #71

kingbeful opened this issue Oct 18, 2016 · 3 comments

Comments

@kingbeful
Copy link

kingbeful commented Oct 18, 2016

Hi,

I'm using a moto atrix2 (aka. MB865) with android 4.0.4 (API level 15)
When I runs the KSYStreamer to publish a stream, the app crashed with error:

E/AndroidRuntime: FATAL EXCEPTION: GLThread 343 java.lang.NoClassDefFoundError: android.opengl.EGL14 at com.ksyun.media.streamer.util.gles.b.<init>(EglStateSaver.java:21) at com.ksyun.media.streamer.util.gles.b.a(EglStateSaver.java:30) at com.ksyun.media.streamer.util.gles.GLRender.a(GLRender.java:159) at com.ksyun.media.streamer.util.gles.GLRender.a(GLRender.java:22) at com.ksyun.media.streamer.util.gles.e.onSurfaceCreated(GLRender.java:210) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1471) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1241)

IMOH, the main reason for this error is KSY SDK using EGL14 which available in API level 17

pls check this link for more info https://codereview.webrtc.org/1396013004/

@buliaoyin
Copy link
Contributor

Thanks for your feedback, we will check this issue.

@buliaoyin
Copy link
Contributor

buliaoyin commented Oct 19, 2016

Fixed in v4.0.1,please check.

@kingbeful
Copy link
Author

It works. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants