x/mobile: [doc] Go 1.10 or newer is required #30731
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
help wanted
mobile
Android, iOS, and x/mobile
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No. I do not test the latest release.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
./bin/gomobile build -target=android golang.org/x/mobile/example/basic
What did you expect to see?
ask me to run gomobile init
What did you see instead?
./bin/gomobile: Go 1.10 or newer is required
Ps
https://github.com/golang/mobile/blob/master/README.md says it need
This is early work and installing the build system requires Go 1.5.
https://github.com/golang/go/wiki/Mobile says
Note: You need to have Go 1.5 or above to install mobile tools. (Or at least Go 1.7.4 if using macOS Sierra)
From the document I think go1.9 can use the lasted version of gomobile.
The text was updated successfully, but these errors were encountered: