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.
In android Studio version 3.0 or more I have used bellow like :
In build.gradle add bellow lines
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation files('libs/com.ibm.icu_3.4.4.1.jar')