我正在将StreamAxiaPublisher和StreamAxiaPlayer sdk用于我的流媒体应用程序,昨天的流媒体工作正常,但我不知道,但现在显示此错误:
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.circularbyte.biglive, PID: 24728
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.circularbyte.biglive-1/base.apk"],nativeLibraryDirectories=[/data/app/com.circularbyte.biglive-1/lib/arm64, /data/app/com.circularbyte.biglive-1/base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]] couldn't find "librtmp-jni.so"
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:1076)
at net.butterflytv.rtmp_client.RtmpClient.<clinit>(Unknown Source)
at com.streamaxia.player.b.b.<init>(Unknown Source)
at com.streamaxia.player.a.c.a(Unknown Source)
at com.streamaxia.player.a.a(Unknown Source)
at com.streamaxia.player.c.c(Unknown Source)
at com.streamaxia.player.c.b(Unknown Source)
at com.streamaxia.player.c.a(Unknown Source)
at com.streamaxia.player.StreamaxiaPlayer.play(Unknown Source)
at com.circularbyte.biglive.StreamAxiaView.setPlayBtn(StreamAxiaView.java:114)
at com.circularbyte.biglive.StreamAxiaView$2.onClick(StreamAxiaView.java:86)
at android.view.View.performClick(View.java:5272)
at android.view.View$PerformClick.run(View.java:21562)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5728)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
而且我什至在我的项目中都没有使用Butterflytv库,当我尝试使用Butterflytv时,也显示出重复错误!