Sign inSign up

ksoichiro/goandroid

By ksoichiro

Updated almost 11 years ago

goandroid environment.

Image
0

1.0K

ksoichiro/goandroid repository overview

goandroid

goandroid environment.

Contents

  • Ubuntu 12.04 Precise 64bit
  • go 1.2 (built from source, goandroid patches applied)
  • wget
  • git
  • mercurial
  • bzip2
  • gcc
  • build-essential

Environment variables

  • HOME
  • GOROOT
  • GOPATH
  • GOANDROID
  • PATH

Volume

/workspace

Working directory

/workspace

Usage

Sample project included in goandroid can be built by commands below:

$ git clone https://github.com/eliasnaur/goandroid.git
$ cd goandroid/hello-gl2/
$ docker run -t -i -v `pwd`:/workspace ksoichiro/goandroid ./build.sh
runtime/cgo
hellogl2
$ cd android
$ ant installd

Tag summary

Content type

Image

Digest

sha256:02c57b85f

Size

1.1 GB

Last updated

almost 11 years ago

docker pull ksoichiro/goandroid