Updated Mobile (markdown)

Hajime Hoshi 2018-10-10 15:05:42 +09:00
parent 69b7b0762b
commit c1dc8e261b

@ -20,10 +20,10 @@ Simply run `gomobile build`.
gomobile build github.com/yourname/yourgame
```
If you want to run Ebiten examples that require `examples` build tags, run
If you want to run Ebiten examples that require `example` build tags, run
```sh
gomobile build -tags=examples github.com/hajimehoshi/ebiten/examples/paint
gomobile build -tags=example github.com/hajimehoshi/ebiten/examples/paint
```
`gomobile install` builds and installs a package to your Android device. If you want to build and install go-inovation on Android at the same time, run