From e3d70d50e58f58ea1828394121e8d83244f58fbb Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 24 Mar 2018 03:16:49 +0900 Subject: [PATCH] Updated Mobile (markdown) --- Mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index 2d768bf..bb6b83b 100644 --- a/Mobile.md +++ b/Mobile.md @@ -26,7 +26,7 @@ If you want to run Ebiten examples that require `examples` build tags, run gomobile build -tags="gomobilebuild examples" github.com/hajimehoshi/ebiten/examples/paint ``` -Unfortunately, It looks like there is a bug in gomobile that you can't build '2048' :-( +Unfortunately, It looks like there is a bug in gomobile that you can't build '2048' :-( ([This bug was reported](https://github.com/golang/go/issues/24511)) `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