From 21a6c67cd352ce9a85b822f86e321c7e763bac51 Mon Sep 17 00:00:00 2001 From: Taylor Bartlett Date: Thu, 1 Nov 2018 14:23:20 -0600 Subject: [PATCH] 386 -> i386 --- Mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index df72b5af..c30000ca 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: 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. +Note: Go Mobile runs on the same architectures as Go, which currently means ARM, ARM64, i386 and amd64 devices and emulators. Notably, Android on MIPS devices is not yet supported. * Launch Android Studio. * File > Import Project... to import the reference project from $GOPATH/src/golang.org/x/mobile/example/bind/android.