Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用以下命令在 Windows 上安装 gomobile 时遇到问题: go get golang.org/x/mobile/cmd/gomobile
go get golang.org/x/mobile/cmd/gomobile
它没有给我任何错误,但它似乎没有做任何事情。之后尝试执行 gomobile 时出现错误:
'gomobile' is not recognized as an internal or external command, operable program or batch file.
所以我认为 go 可执行文件的 PATH 与 GOPATH 不同。为了找到我的 GOPATH 是什么,我使用了命令
go env GOPATH
您是否已将 gomobile 位置的路径添加到 PATH 变量中?
检查它是否包含在批处理命令中
set PATH