From f6f57e4ae16b26480175e3ba2f8426662ff507db Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 8 Jul 2016 02:11:46 +0900 Subject: [PATCH] Updated Android (markdown) --- Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.md b/Android.md index 4b8bbc5..cc2b76e 100644 --- a/Android.md +++ b/Android.md @@ -73,7 +73,7 @@ func UpdateTouchesOnIOS(phase int, ptr int64, x, y int) { Use `gomobile bind`, generate an aar file and import this to your Android Studio project as an external aar file. Here is the example command to build the module. ```sh -:; :; gomobile bind -target android -javapkg com.example.yourgame -o /path/to/android/studio/project/mobile.aar github.com/yourname/yourgame/mobile +:; gomobile bind -target android -javapkg com.example.yourgame -o /path/to/android/studio/project/mobile.aar github.com/yourname/yourgame/mobile ``` ## Implement a class inheriting GLSurfaceView