Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android build failed for v0.4.2 #863

Closed
vikulin opened this issue Nov 4, 2021 · 1 comment
Closed

Android build failed for v0.4.2 #863

vikulin opened this issue Nov 4, 2021 · 1 comment
Labels
android Operating system-specific

Comments

@vikulin
Copy link
Member

vikulin commented Nov 4, 2021

Android build failed for 0.4.2:

vadym@ubuntu:~/yggdrasil-go$ ANDROID=true ./build
Building aar for Android
go: downloading golang.org/x/mobile v0.0.0-20211103151657-e68c98865fb2
go: downloading golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098
go: downloading golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
go get: added golang.org/x/mobile v0.0.0-20211103151657-e68c98865fb2
go get: upgraded golang.org/x/net v0.0.0-20210610132358-84b48f89b13b => v0.0.0-20210805182204-aaa1db679c0d
go get: upgraded golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 => v0.0.0-20210809222454-d867a43fc93e
gomobile: /usr/bin/gobind -lang=go,java -outdir=/tmp/gomobile-work-560955579 -tags=mobile github.com/yggdrasil-network/yggdrasil-extras/src/mobile github.com/yggdrasil-network/yggdrasil-go/src/config failed: exit status 1
no exported names in the package "github.com/yggdrasil-network/yggdrasil-extras/src/mobile"
no exported names in the package "github.com/yggdrasil-network/yggdrasil-extras/src/mobile"
no exported names in the package "github.com/yggdrasil-network/yggdrasil-extras/src/mobile"
no exported names in the package "github.com/yggdrasil-network/yggdrasil-extras/src/mobile"
vadym@ubuntu:~/yggdrasil-go$
@neilalexander
Copy link
Member

go get github.com/yggdrasil-network/yggdrasil-extras@21d029d

I am not decided yet whether we should move src/mobile into the main repository or just remove ANDROID/IOS support from the build script. It is a nightmare having this circular go.mod dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Operating system-specific
Projects
None yet
Development

No branches or pull requests

2 participants