-
I have some prototype app with Go library, built with gomobile bind command.
Until today I was building it with targetSdkVersion=22 and all worked fine, include Android 6.
Today I decided to rebuild i…
-
`gomobile bind -target android` only generates an android/arm library, however many new phones such as the Nexus 5x are android/arm64. The generated libraries are incompatible and return an error when…
-
I am newbie in Go on this moment, but I have problem which takes me about a week, and I don't make any progress. I build and run "Hello Gopher" on my phone, but when I would to try to that same with "…
-
The gradle plugin should be able to find where the gomobile binary is with the GOPATH setting, the binary is under GOPATH/bin. We should make GOMOBILE an optional setting and use the binary under GOPA…
-
OS X - Go 1.5beta2, darwin, amd64
I'm getting this error instead of the usual (nothing):
> go get golang.org/x/mobile/cmd/gomobile
> # golang.org/x/mobile/bind
>
> ./gengo.go:376: undefined: types.…
-
```
vanya@vanya-HP-Pavilion-dv6:~/prog/go$ go get github.com/golang/mobile/...
can't load package: package github.com/golang/mobile/app: code in directory /home/vanya/prog/go/src/github.com/golang/mob…
-
MacOS 10.10.5
go version go1.5 darwin/amd64
Possible dup of #11411.
Please note the two comments marked with `//`.
```
$ulimit -n 999; godoc -analysis="type" -http=:6060
// lots of normal looking o…
-
Libraries generated with `gomobile bind` used to have stdout/stderr redirected to Android's logcat.
After https://github.com/golang/mobile/commit/81444057629c7d095df98b4bdf5916362c07a149, this is no l…
-
I was trying to build gomobile from the tip and go get golang.org/x/mobile/cmd/gomobile fails to compile with this error 'src/golang.org/x/mobile/bind/gengo.go:376: cannot use pkg (type *types.Package…
-
Very nice - thanks
What about if you have a html5 based UI?
You can use protocol buffers in web clients.
But how to use the underlying AAR that the gomobile code produces ?
I have seen a few questio…