-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
ebitenmobile fails in vendor mode and has no option to disable vendor mod #1989
Comments
I'm not sure the situation, but is this your vendor directory? Is it possible to include cmd in your vendor? |
I can do this, but it will be gone with the next |
I think this is not an issue in Ebiten but in gomobile. A regular gomobile-bind caused the same error. |
Yep, looks like it's gobind issue:
|
Hi, I have next problem while executing
ebitenmobile bind -a -x -v -target android -javapkg net.isoftservices.client -o ./android/app/libs/client.aar ./src/game/android
Output is:
The problem is that ebitenmobile doesn't support -mod mod or -mod readonly and therefore it fails on Gobind when
vendor
dir is present in the root project's structure.The current Gomobile package doesn't contain
bind
andcmd
packages in vendor mode and I cannot explicitly force vendor mod forbind/cmd
packages using_
import.Is it possible to ignore the vendor directory somehow?
It works fine if there's no
vendor
directory in the project.This problem is not as easy as it seems to be, because potentially the Gobind itself can be incapable of such an option.
The text was updated successfully, but these errors were encountered: