From 2bf0384983dc856619a989edf03bc43f6dd832b9 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 21 Sep 2018 22:23:07 +0200 Subject: [PATCH] Delete the mention of the gradle plugin which at this point have no maintainer: https://github.com/golang/go/issues/25314. Users are probably better off without it. --- Mobile.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mobile.md b/Mobile.md index b70b7379..351305ef 100644 --- a/Mobile.md +++ b/Mobile.md @@ -128,8 +128,6 @@ $ go get -d golang.org/x/mobile/example/bind/... 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. - * Launch Android Studio. * File > Import Project... to import the reference project from $GOPATH/src/golang.org/x/mobile/example/bind/android.