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.

Elias Naur 2018-09-21 22:23:07 +02:00
parent d3ba05b0f5
commit 2bf0384983

@ -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. 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. * Launch Android Studio.
* File > Import Project... to import the reference project from $GOPATH/src/golang.org/x/mobile/example/bind/android. * File > Import Project... to import the reference project from $GOPATH/src/golang.org/x/mobile/example/bind/android.