You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Fat aar does not contain the drawables and string resources from sub module.
Steps followed:
Created a library module and added as a dependency to the lib-aar.
fat aar generated successfully.
Integrated this fat aar in another app and successfully compiled the project.
Launching the app throws below exception, java.lang.NoSuchFieldError: No static field ic_app_splash of type I in class Lcom/app/passenger/R$drawable; or its superclasses
Build Environment
Gradle Version: [7.2.1]
Fat-aar Version: [1.3.8]
The text was updated successfully, but these errors were encountered:
Describe the issue
Fat aar does not contain the drawables and string resources from sub module.
Steps followed:
Created a library module and added as a dependency to the lib-aar.
fat aar generated successfully.
Integrated this fat aar in another app and successfully compiled the project.
Launching the app throws below exception,
java.lang.NoSuchFieldError: No static field ic_app_splash of type I in class Lcom/app/passenger/R$drawable; or its superclasses
Build Environment
The text was updated successfully, but these errors were encountered: