AAR support

Any news on the AAR support (ticket DEF-2544)?

I need this for integrating 3rd party SDKs which are packaged in this format.

2 Likes

No news, I’m afraid.
As a workaround, you should be able to extract the aar, and put the libs/jars in your extension directly?

4 Likes

Thanks for the feedback.
This approach worked for most of the SDKs, but a few have resources as well. Can I copy them as well ?

Yes, put them in the res/ folder
Example here: https://github.com/defold/extension-admob/tree/master/admob/res/android/res

2 Likes