To import the library into your Android Studio project, it's pretty simple.
- Create a new directory (if it isn't there) in your project called "libs."
- Copy the .jar file to your clipboard.
- In Android Studio's "Project" view, expand your project's app/libs branches.
- Paste the .jar file to the libs directory.
- Right click the .jar file, and then choose "Add As Library."
At this point, Gradle will rebuild, incorporating the new library into your project's builds; so at this point, you should be good to go. Import your library as needed and use it.