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

Fatal Exception: java.lang.UnsatisfiedLinkError: Native method not found: #39

Open
karan1213 opened this issue Aug 13, 2019 · 1 comment

Comments

@karan1213
Copy link

karan1213 commented Aug 13, 2019

Fatal Exception: java.lang.UnsatisfiedLinkError: Native method not found: com.mesibo.api.JNIAPI.set_call_interface:(IJ)V
       at com.mesibo.api.JNIAPI.set_call_interface(SourceFile)
       at com.mesibo.api.Mesibo.setCallInterface + 2632(SourceFile:2632)
       at com.mesibo.calls.MesiboCall.init()
       at com.packagename.Application.mesiboInit + 203(Application.java:203)
       at com.packagename.Application.onCreate + 101(Application.java:101)
       at android.app.Instrumentation.callApplicationOnCreate + 1014(Instrumentation.java:1014)
       at android.app.ActivityThread.handleBindApplication + 4290(ActivityThread.java:4290)
       at android.app.ActivityThread.access$1400 + 143(ActivityThread.java:143)
       at android.app.ActivityThread$H.handleMessage + 1301(ActivityThread.java:1301)
       at android.os.Handler.dispatchMessage + 99(Handler.java:99)
       at android.os.Looper.loop + 137(Looper.java:137)
       at android.app.ActivityThread.main + 4960(ActivityThread.java:4960)
       at java.lang.reflect.Method.invokeNative(Method.java)
       at java.lang.reflect.Method.invoke + 511(Method.java:511)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 1038(ZygoteInit.java:1038)
       at com.android.internal.os.ZygoteInit.main + 805(ZygoteInit.java:805)
       at dalvik.system.NativeStart.main(NativeStart.java)

Got this from Firebase crashlytics.
I just enabled proguard with this latest release, do you think proguard would cause this?

@PurpleHorse07
Copy link

Having the same issue. Works fine when there's no Proguard. Tried almost all sorts of methods available over the Internet but no luck.

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