From b77945ff4ef50d132e1e6742267f726702de0cf9 Mon Sep 17 00:00:00 2001 From: lab596 <86579136+lab596@users.noreply.github.com> Date: Wed, 13 Apr 2022 07:37:50 -0700 Subject: [PATCH] Update README.md with manual installation instructions for Visual Studio Code (pull #1798) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.