How do I use .aar in my component?

Note that AAR support for extensions is pretty limited. You can use the classes.jar from within the .aar, but resources in the aar don’t come along with the extension. If the jar file makes use of resources, then the app may crash when it tries to load the unavailable resources.

6 Likes