|
沙发
楼主 |
发表于 2020-10-12 14:10:44
|
只看该作者
--------- beginning of crash
2017-08-05 20:51:38.324 3715-3715/com.example.rknndemo E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.rknndemo, PID: 3715
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "mpp_buffer_get_fd" referenced by "/data/app/com.example.rknndemo-ROhcNcdPgbzupT7eXouX0A==/lib/arm64/libvpu.so"...
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at com.example.videoehance.VideoEhancer.<clinit>(VideoEhancer.java:19)
at com.example.rknndemo.MainActivity.<init>(MainActivity.java:42)
at java.lang.Class.newInstance(Native Method)
at android.app.Instrumentation.newActivity(Instrumentation.java:1174)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2669)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
2017-08-05 20:51:38.329 456-641/system_process W/ActivityManager: Force finishing activity com.example.rknndemo/.MainActivity
2017-08-05 20:51:38.332 3715-3715/? I/Process: Sending signal. PID: 3715 SIG: 9
|
|