diff --git a/Mobile.md b/Mobile.md index 69a7aaa1..f5f74fec 100644 --- a/Mobile.md +++ b/Mobile.md @@ -69,7 +69,7 @@ $ go get -d golang.org/x/mobile/example/basic Run `gomobile build` to build an Android APK. ``` -$ gomobile build -target=android golang.org/x/mobile/example/basic +$ gomobile build -target=android -androidapi 19 golang.org/x/mobile/example/basic ``` Build command will build an APK named basic.apk.