Skip to main content

Plugin cannot be found(dlopen error) by libkanzi.so when running on target board.

Answered

Comments

1 comment

  • Jason

    The error you are seeing means that you have specified the link in Cmake, but the .so file is smissing there. 
    You dont need to put the plugin lib under the same path with the libkanzi.so.

    01-01 04:43:16.943 E/AndroidRuntime( 6562): java.lang.UnsatisfiedLinkError: dlopen failed: library "../../../../../../lib/Android/Release/XXXXX/libXXXXX.so" 


    You need to put the plugin .so under this path:

    "../../../../../../lib/Android/Release/XXXXX/libXXXXX.so"
    0

Please sign in to leave a comment.