-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bundle natives in AAR #2
Comments
How does this work? Does the aar file include all the native libraries? As of 0.2.3, only the .so files of the correct abi filters are packaged into apk. Will that stay the same? |
Yep.
I believe so. AAR is basically an archive, so it should not affect build artifacts (such as apk). |
Should be fixed starting from v0.2.4. |
I have tried it and everything is working as intended. Can this same process be applied to libgdx native libraries as well? I don't see why it can't. If this works, it can remove the need for libgdx native dependencies and the task copyAndroidNatives. |
Phew, I was worried it won't find libraries. |
I see. That is good to know. |
As it was before 0.2.2 version, it should be possible for users to define only one dependency on libgdx-oboe (without using the
natives
configuration). This should work out of the box, and it also worked before.The text was updated successfully, but these errors were encountered: