We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
系统版本:Android 6.0.1,level 23 CPU架构:armeabi-v7a 设备机型:小米 MITV4A SDK版本:3.0.4 main(1) java.lang.RuntimeException cannot get MediaCodecList
android.media.MediaCodecList.native_getGlobalSettings(Native Method) android.media.MediaCodecList.initCodecList(MediaCodecList.java:77) android.media.MediaCodecList.getCodecCount(MediaCodecList.java:43) com.ksyun.media.player.KSYMediaPlayer.c(KSYMediaPlayer.java:2748) com.ksyun.media.player.KSYMediaPlayer.i(KSYMediaPlayer.java:1470) com.ksyun.media.player.KSYMediaPlayer.access$1000(KSYMediaPlayer.java:82) com.ksyun.media.player.KSYMediaPlayer$b.handleMessage(KSYMediaPlayer.java:2270) android.os.Handler.dispatchMessage(Handler.java:102) android.os.Looper.loop(Looper.java:148) android.app.ActivityThread.main(ActivityThread.java:5439) java.lang.reflect.Method.invoke(Native Method) com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:936) com.android.internal.os.ZygoteInit.main(ZygoteInit.java:826)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
系统版本:Android 6.0.1,level 23
CPU架构:armeabi-v7a
设备机型:小米 MITV4A
SDK版本:3.0.4
main(1)
java.lang.RuntimeException
cannot get MediaCodecList
android.media.MediaCodecList.native_getGlobalSettings(Native Method)
android.media.MediaCodecList.initCodecList(MediaCodecList.java:77)
android.media.MediaCodecList.getCodecCount(MediaCodecList.java:43)
com.ksyun.media.player.KSYMediaPlayer.c(KSYMediaPlayer.java:2748)
com.ksyun.media.player.KSYMediaPlayer.i(KSYMediaPlayer.java:1470)
com.ksyun.media.player.KSYMediaPlayer.access$1000(KSYMediaPlayer.java:82)
com.ksyun.media.player.KSYMediaPlayer$b.handleMessage(KSYMediaPlayer.java:2270)
android.os.Handler.dispatchMessage(Handler.java:102)
android.os.Looper.loop(Looper.java:148)
android.app.ActivityThread.main(ActivityThread.java:5439)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:936)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:826)
The text was updated successfully, but these errors were encountered: