-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go version go1.7rc5 darwin/amd64
2. What operating system and processor archi…
-
This issue is related to #15657
When trying to archive https://github.com/AdrianaPineda/iOSGOMobileSampleApp to upload it to the app store we are getting errors related to missing keys in the `Info.p…
-
gomobile can be build ios/android and mac/linux directly with one code base .
Why you use gomobile bind instead of gomobile native
-
1. What version of Go are you using (`go version`)?
tip
2. What operating system and processor architecture are you using (`go env`)?
darwin/amd64
3. What did you do?
`gomobile bind` fails wi…
-
how to rebuild mygolibrary from mygolibrary.go ?
-
## What version of Go are you using (`go version`)?
`go version go1.6.2 darwin/amd64`
## What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOEXE=…
-
I am using
> go version go1.6.2 darwin/amd64
> gomobile version +c435d0b Wed Apr 27 17:00:39 2016 +0000 (android,ios); androidSDK=
My issue is minor and very related to fixed #12590, the crash is fi…
-
From golang you can call Java.
https://www.reddit.com/r/golang/comments/5fno6i/gomobile_now_comes_with_reverse_bindings_for_java/
here is an example:
https://github.com/golang/mobile/tree/master/…
-
According to https://github.com/golang/go/issues/11818, shiny is ~dead, and we should fork it if we want to add additional functionality to it.
200sc updated
7 years ago
-
Attempting to bind a package main results in non-obvious error:
```
gomobile bind -target=android github.com/pbdesign/selphy
gomobile: loadExportData failed go install -p=4 -pkgdir=/home/daniel/local…