diff --git a/README.md b/README.md index 9df77f49..6c802725 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,13 @@ Eclipse (Java SE 7 or newer): 1. Navigate to Project > Properties > Java Build Path > Libraries and click "Add External JARs...". 2. Locate the JAR files, select them, and click OK. + +Visual Studio Code (Java SE 7 or newer): -IntelliJ IDEA (Android 5.0 or newer): + 1. Navigate to Java Projects > Referenced Libraries, and click `+`. + 2. Locate the JAR files, select them, and click OK. + +IntelliJ IDEA (Android 7.0 or newer): 1. Follow the instructions on this page: http://developer.android.com/training/basics/firstapp/ 2. Copy all the JAR files into the `app/libs` subdirectory.