add .aar filr

hello, i downloaded and third party sdk as a .aar file. how do i use it in fuse apps? the doc on gradle support didn’t work for me

It should be quite simple, see specifying a dependency.

In addition to docs, there are several other threads on the forum that explain what needs to be done. For example, this one. You can find the others by just searching for “aar”.

I followed the docs:

[Require("Gradle.Dependency.Compile","ly.img.android:photo-editor-sdk:5.0.13@aar")]

Yet I couldn’t get the sdk downloaded. I need help.

You need to add the right repository where the dependency lives.

And you might need to create and use an UXL file to copy whatever files you need during building.

Aside from that, there is nothing we can help you with, unless you provide a complete reproduction of the code you’re writing.