1

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?

Prashant Godhani
  • 337
  • 1
  • 4
  • 15

1 Answers1

0

Have you imported the library package into your code?

Try adding import org.proninyaroslav.libretorrent; at the top of your class.

Alfie Jones
  • 132
  • 1
  • 7