From e6dbdadc9bbe23c9a73d41d338fcd9d9b9d42d08 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 1 May 2017 20:04:36 +0200 Subject: [PATCH] Updated Mobile (markdown) --- Mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index 2f159da8..ffced6e4 100644 --- a/Mobile.md +++ b/Mobile.md @@ -126,7 +126,7 @@ $ go get -d golang.org/x/mobile/example/bind/... ### Building and deploying to Android -Note: Currently only ARM devices and ARM emulating AVDs are supported. +Note: Go Mobile runs on the same architectures as Go, which currently means ARM, ARM64, 386 and amd64 devices and emulators. Notably, Android on MIPS devices is not yet supported. If you are using Android Studio, you can use the [Gradle plugin](https://plugins.gradle.org/plugin/org.golang.mobile.bind) to automate this process.