-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/mobile: gomobile bind does not support vendor #34181
Comments
Any update here? This is on go1.14. |
Hi, any update on this?
|
I get the same error using |
Some further digging, starting from scratch: From: https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile
Ok, so in a module:
And:
Run go get:
Ok, try example: Download https://cs.opensource.google/go/x/mobile/+/aaac322e:example/basic/main.go
Ok, apparently
Try again:
Here is when the error is triggered in go mobile source: Apparently
If we use
We get:
On other test repo we get the same reason, just a different dependency path (e.g. My current knowledge of golang doesn't go as far as to know how to investigate this further. Hope someone else can pick this up.
|
Can someone from the gomobile team comment? I still cannot use gomobile with vendoring and go modules. I am using |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
open terminal
gomobile bind -target android github.com/fatedier/frp/cmd/frpc/sub
What did you expect to see?
gomobile create a .aar and .jar file
What did you see instead?
The text was updated successfully, but these errors were encountered: