File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ layout: tutorial
3
3
title : Mobile
4
4
---
5
5
6
- The ` engo ` game engine, and Go in general, has a two ways to build for a
6
+ The ` engo ` game engine, and Go in general, has two ways to build for a
7
7
mobile device: binding or building.
8
8
9
- First, you'll need to [ install goMobile ] (https://github.com/golang/go/wiki/Mobile ).
9
+ First, you'll need to [ install Go Mobile ] (https://github.com/golang/go/wiki/Mobile ).
10
10
11
11
## Using gomobile build
12
12
@@ -21,7 +21,7 @@ A few caveats:
21
21
22
22
* All your asset files must be in the asset folder to be accessed
23
23
* You only have access to touch input and ogl. So you can't use things like
24
- Facebook or adMob 's sdks. This includes things like gradle and pro-guard
24
+ Facebook or AdMob 's sdks. This includes things like gradle and pro-guard
25
25
* You'll get a generic AndroidManifest, unless you include one yourself in the
26
26
same folder as your main package
27
27
You can’t perform that action at this time.
0 commit comments