-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: panic when run golang.org/x/mobile/example/sprite on samsung phone. #13350
Comments
Thanks for the report. I need more info
|
|
Are you using android-22(android v5.1) to compile your app and then running it on a phone which runs v4.0.4? Shouldn't that cause an issue? |
"Are you using android-22(android v5.1) to compile your app and then running it on a phone which runs v4.0.4? Shouldn't that cause an issue?" |
Same error on Android 4.2.2 with go1.5.1. gomobile version - latest. E/InputDispatcher( 511): channel '41f17760 org.golang.todo.objloader/org.golang.app.GoNativeActivity (server)' ~ Channel is unrecoverably broken and will be disposed! backtrace # 03 pc 000d5840 /data/app-lib/org.golang.todo.objloader-1/libobjloader.so (runtime.asmcgocall+84) Old versions gomobile and go1.5 worked on my device. UPDATE: upgrading to go1.5.2 doesn’t help. |
Is this still a problem with a recent version of gomobile? |
golang 1.5.1
I tried to dig around , it looks like the code panic here:
src/golang.org/x/mobile/example/sprite/main.go:68
The text was updated successfully, but these errors were encountered: