2014-12-10 18:24:12 +00:00
|
|
|
# Go support for Mobile devices
|
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
|
2014-12-10 18:24:12 +00:00
|
|
|
|
2015-08-14 21:26:14 +00:00
|
|
|
Package documentation as a starting point:
|
2014-12-10 18:24:12 +00:00
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
- [Building all-Go apps](https://golang.org/x/mobile/app)
|
|
|
|
- [Building libraries for SDK apps](https://golang.org/x/mobile/cmd/gobind)
|
2014-12-10 18:24:12 +00:00
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
![Caution image](doc/caution.png)
|
2014-12-10 18:24:12 +00:00
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
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.
|
2014-12-10 18:24:12 +00:00
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
This is early work and installing the build system requires Go 1.5.
|
2015-08-14 21:26:14 +00:00
|
|
|
Follow the instructions on
|
|
|
|
[golang.org/wiki/Mobile](https://golang.org/wiki/Mobile)
|
|
|
|
to install the gomobile command, build the
|
|
|
|
[basic](https://golang.org/x/mobile/example/basic)
|
|
|
|
and the [bind](https://golang.org/x/mobile/example/bind) example apps.
|
2015-06-21 18:30:59 +00:00
|
|
|
|
2015-07-17 16:54:59 +00:00
|
|
|
--
|
2015-06-20 23:50:44 +00:00
|
|
|
|
2014-12-10 18:24:12 +00:00
|
|
|
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.
|
2015-05-11 21:15:24 +00:00
|
|
|
|
2015-10-05 18:24:17 +00:00
|
|
|
* Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new?title=x/mobile:+).
|
2015-05-11 21:15:24 +00:00
|
|
|
* Feature requests should preliminary be discussed on
|
|
|
|
[golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts)
|
|
|
|
mailing list.
|