0

How can I get SDK of Applovin for integrating into my Android Studio's project? Whenever I download it from its official website, SDK downloads in .tar extension but I need to get jar file so I can place it in my libs folder.

Any helpful link or a way to integrate it?

Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
  • .tar is an archive file format, meaning it can be unpacked into a directory. Have you tried that and looked if your desired .jar file is contained? – Richard Mar 21 '17 at 10:22
  • I solved my problem by a trick . I just changed the extension form tar to rar and I solved it . Thank you so much for your concern. :) – Khurram Ansar Mar 21 '17 at 12:10

2 Answers2

1

The SDK comes in a tar.bz compressed file with the JAR inside.

Thomas Elliot
  • 659
  • 8
  • 12
-2

When you download the SDK is format tar.bz you need to extract and find the jar file inside.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253