I am working with react native and every time I build a new project it seems to work on my device , but whenever I try to restart it It is giving me 1 or more errors
<
AAR libraries were not linking to the Main application from Bridge Project.
Solution:
implementation files(‘libs/sdk-5.0.0.aar’)
Instead of
implementation(name:'sdk-5.0.0', ext:'aar')
I faced another issue related to AAR file import into the android project. https://stackoverflow.com/a/58602329/3197778