-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: multiple libraries in android #56567
Comments
Unfortunately, that won't work. |
@DAT4 请问题这个问题解决了吗 我也遇到了同样的问题! |
@zhcandroid 你必须将你的模块组合成一个 - 问题还没有解决 ! english: You need to combine your modules to one. The problem is not resolved. |
About using multiple aar in as, i offer a solution, more details see my fork: https://github.com/MrKrisYu/mobile |
It's still an unresolved problem. Why is the issue closed? |
keep an eye on it |
The basic method is to be able to create different packages with one parameter so that we can have several aar made with gomobile in one project. The combine solution is not economical at all for the situation I have with the amount of code that has compatibility problems |
After when I tried to compile https://github.com/2dust/AndroidLibXrayLite with https://github.com/MrKrisYu/mobile |
This question I made originally on stackoverflow - but I never got any reply.
I am trying to use two different go packages in my android app project
I am using gomobile and each package is compiled with
They are imported like this
and they work separateley, but they conflict when i try to run the app.
and I get the following error
The text was updated successfully, but these errors were encountered: