x/mobile: gomobile bind fails when GOPATH="" #21658
Closed
Labels
Milestone
Comments
Looks like gomobile may need to be updated to handle the new meaning of a missing GOPATH. For now, you can make it work with: |
Change https://golang.org/cl/101117 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
use 1.8.3
gomobile build and install was success but fail with bind
the console log:
gomobile: loadExportData failed go install -pkgdir=/Users/landsnail/go/pkg/gomobile/pkg_android_arm -gcflags=-shared -ldflags=-shared test failed: exit status 2
go: GOPATH entry is relative; must be absolute path: "".
For more details see: 'go help gopath'
oh, i am using mac with OSX system.
if someone can repply?
The text was updated successfully, but these errors were encountered: