Go on Android and iOS devices

Clone this repo:

Branches

  1. 6873502 internal/sdkpath: accept minor Android platform versions by Sebastefanelli · 8 days ago master
  2. ecb4cd6 cmd/gomobile: add optional -macosversion build flag for macOS by wlynxg · 12 days ago
  3. 0e4426e cmd/gomobile: detect missing golang.org/x/mobile dep before invoking gobind by Ian Chechin · 3 weeks ago
  4. 35b1249 cmd/gobind: skip .git when copying mobile tree in tests by Ian Chechin · 3 weeks ago
  5. 7de0a8f bind: align Objective-C setter selectors with sanitized property names by Ian Chechin · 4 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.