I have source code of an application of torrent downloader(https://gitlab.com/proninyaroslav/libretorrent). I want to add it to my application.
On stack overflow i find out that first make it library (aar) link and then use in my application But I don't understand how to call/access it from my application?