This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
When you import a 3rd party SDK the only choice is zip. I copied the AAR file to the customlibs android folder but do not see it when I try to Add. How do you import an SDK that is in the AAR format?
Whenever you would like to use AAR using NFI approach. You can just have the AAR in resources --> customlibs --> lib --> android folder. Access all it's classes and methods in JS module without any issues during runtime the mapping will take care of it.