mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Updated Mobile (markdown)
parent
69b7b0762b
commit
c1dc8e261b
@ -20,10 +20,10 @@ Simply run `gomobile build`.
|
|||||||
gomobile build github.com/yourname/yourgame
|
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
|
```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
|
`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
|
||||||
|
Loading…
Reference in New Issue
Block a user