Go on Android and iOS devices

Clone this repo:

Branches

  1. fa514ef go.mod: update golang.org/x dependencies by Gopher Robot · 13 days ago master
  2. cee99c0 example/ivy: use tools build constraint in tools.go by Dmitri Shuralyov · 13 days ago
  3. 2b9d635 README: mention the git repo by Ian Lance Taylor · 2 weeks ago
  4. 7ff8300 cmd/gomobile: use Output instead of CombinedOutput at envClang by Hajime Hoshi · 5 weeks ago
  5. 08a83c5 go.mod: update golang.org/x dependencies by Gopher Robot · 7 weeks ago

Go support for Mobile devices

Go Reference

The Go mobile repository holds packages and build tools for using Go on mobile platforms.

Package documentation as a starting point:

Caution image

The Go Mobile project is experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support.

This is early work and installing the build system requires Go 1.5. Follow the instructions on golang.org/wiki/Mobile to install the gomobile command, build the basic and the bind example apps.


Contributions to Go are appreciated. See https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/mobile.