-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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: enable to import multiple aar files compiled by gomobile for one Android Studio project #63483
Comments
CC @hajimehoshi. |
Does iOS have the same issue? |
iOS gives the following warnings but it works:
A similar warning is printed for following classes: Universeerror, goSeqDictionary, GoSeqRef, RefCounter, RefTracker. |
Hey! thank you for this changes but when I completely do all steps which you are mention in your repository and run the below command it show me the error: My last command: gomobile bind -target=android wrapTun -v OUTPUT: no exported names in the package "wrapTun" |
After when I tried to compile https://github.com/2dust/AndroidLibXrayLite with https://github.com/MrKrisYu/mobile |
Have you solved the problem that Class GoSeqRef is implemented in both |
https://github.com/khayyamov/mobile/tree/sagernet_editation_palestine |
I compiled the xcframework, but the Class RefTracker is implemented in both also appeared in the iOS project |
acctually this repo is pease of shit not working at all I change in my repo alll go refs to palestine still it not work |
iOS also has the problem of multiple implementations of the same class:goSeqDictionary、GoSeqRef、RefCounter、RefTracker |
The goal of this issue
Intended to fix issuse #56567
What do I modify for gomobile
Details
more details, please see my fork : https://github.com/MrKrisYu/mobile
The text was updated successfully, but these errors were encountered: