-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/mobile: Java to Go bindings crashes with java.lang.UnsatisfiedLinkError #12951
Comments
This is the same as #12890. I believe you can build with targetSdkVersion=22, but this may have been fixed by 82d11f. Could you try syncing to the latest gomobile and running init and bind again? |
@sureshg please reopen this issue if this is not fixed by the latest version of gomobile. |
@crawshaw yeah cleaned up the existing gomobile (if that matters) and ran the following commands with new gradle plugin ("org.golang.mobile.bind" version "0.2.3") . Still having the same issue. Did i miss anything?
|
I have a sample Android app with Java to Go bindings, built using gomobile bind command. When i try to run this code on Nexus 5 (Android 6) it's always crashing with
java.lang.UnsatisfiedLinkError.../libgojni.so: has text relocations
. I am not sure whether this is the right repo to report x/mobile issues. Reporting it here because i didn't find any option ingolang/mobile
SDK Version
Go bind gradle plugin
The text was updated successfully, but these errors were encountered: