From 5bc9f555ccceffebe75ec9f44ae696de2a9937d3 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 18 Dec 2017 01:16:15 +0900 Subject: [PATCH] Updated Android (markdown) --- Android.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Android.md b/Android.md index c8a76a6..96bf1aa 100644 --- a/Android.md +++ b/Android.md @@ -132,16 +132,3 @@ public class EbitenGLSurfaceView extends GLSurfaceView { } } ``` - -# NDK version - -(2017-12-17) - -There is a known issue that Go doesn't work with NDK r16 (https://github.com/golang/go/issues/22766). Let's use r15 (or older) until the issue is fixed. - -1. Download r15c version of NDK from https://developer.android.com/ndk/downloads/older_releases.html -2. Unzip `android-ndk-r15c-*-x86_64.zip` -3. `cd $ANDROID_HOME` -4. `mv ndk-bundle ndk-bundle.r16` for example. -5. Move the unziped directory to `$ANDROID_HOME/nkd-bundle` -6. `gomobile init`