I am new to Android Studio. What I need to do is add a few jar files in the External Libraries below the < JDK > folder.
External Libraries
Put your JAR in app/libs, and in app/build.gradle add in the dependencies section:
dependencies
compile fileTree(dir: 'libs', include: ['*.jar'])