x/mobile: error when running 'gomobile init' #17120
Closed
Labels
Milestone
Comments
Gomobile doesn't download the NDK anymore. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?go version go1.7.1 linux/amd64
What operating system and processor architecture are you using (
go env
)?go env:
echo $PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/projects/golang-prototyping/bin
What did you do?
~10 minutes later I got the error message
What did you expect to see?
No error message and then being able to run:
gomobile build -target=android hello.go
What did you see instead?
I received this error message.
gomobile: open /host/projects/golang-prototyping/pkg/gomobile/work-685604373/android-ndk-r12b/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_connmark.h: file exists
Additional notes
I'm running this go version inside a Arch Linux Docker container. I installed go, go-tools, etc. (all dependencies) using pacman package manager. My host is Windows 10 64bit and my terminal is "Docker Quickstart Terminal" using VMware and not Hyper-V. Not sure if this is all relevant.
Thankful for you time👍
The text was updated successfully, but these errors were encountered: