x/mobile: gomobile init fails when checking sha256 for NDK (linux) #15202
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: