-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile: gomobile init fails when checking sha256 for NDK (linux) #15202
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
Comments
Maybe the gomobile repo should be upgraded, sha256 "709d96f5234c224e4b72254fd2e196d0e1486b8d943e972ed98cf14e3ca7bdde" is previous one. See golang/mobile@74ee969#diff-5eee0baa37843d6875734b7ec91206a7 |
Yes, please update the gomobile repo. |
I'm experiencing the same issue @uaalto =). |
Updating to Go 1.6.1 sha's change, but it is still incorrect: gomobile: sha256 for "gomobile-ndk-r10e-darwin-x86_64.tar.gz": e8bff8a56f5688ec849a95a4e85130ce02eff5c2d54e361103777c396db8d308, want 9185a734b1b3d8dd29f3bc3c55cf03e397414e656345b7ed835879ee8eb76ebb |
@uaalto Please update the gomobile repo. |
Thanks @hyangah . I'm actually installing it from scratch every time I try, so I'm confident that I have the latest version and that there are no leftovers. |
@uaalto the error message is from https://go.googlesource.com/mobile/+/master/cmd/gomobile/init.go#569 and it seems your gomobile command was built with version prior to golang/mobile@74ee969#diff-5eee0baa37843d6875734b7ec91206a7 What does 'gomobile version' command say? |
It works now. We are using Docker with an external directory, so it was probably some stale data. I'll close it because it probably isn't Gomobile's issue. |
Ps: thank you for your comments and help! |
go version
)?go env
)?Correct
gomobile init
runThe text was updated successfully, but these errors were encountered: