-
Notifications
You must be signed in to change notification settings - Fork 642
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
fix missing resources when using AGP 7.3.X #403
Conversation
Thanks for sharing this AndreasBoehm |
Hi @AndreasBoehm, Thanks for your help, Would you please guide me about, How I can use your branch, in my code as classpath? Thanks in advance |
HI @tareq-threls, |
Hi @AndreasBoehm could you please check this issue once #406 |
You need to use the fixed version of the library to fix this issue. |
I integrated the jitpack library you mentioned above, but still the fat-aar not including the drawables. |
Hie @AndreasBoehm thank you for trying to fix this. We implemented the changes you mentioned but are getting the following errors:
The code we are working with open source and you can check it here: https://github.com/Samagra-Development/odk-collect-extension/tree/feature/library-publish-github-action. We are working on checking this in-parallel but any help from you would be greatly appreciated. |
Hi @karntrehan, I saw that you are using the DSL You can either add Best, |
Still not effective, the configuration is as follows(AGP: 7.4.0 gradle:7.5) root build.gradle module build.gradle dependencies { I feel that I didn't use your change, where is the wrong? |
The document is written wrong |
any predictions for the merger to be carried out? |
I don't think that this will ever get merged. |
Fixes
Changelog
Use the fixed version in your project
Until this MR gets merged you need to use jitpack to get a version of the library that includes this fix.
I created a new branch for this because i also had to modify the publishing config: https://github.com/AndreasBoehm/fat-aar-android/tree/fix-missing-resources-jitpack
Details can be found here: https://jitpack.io/#AndreasBoehm/fat-aar-android/da3ac00990