summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2016-10-08 11:24:18 -0700
committerorionlee <orionlee@yahoo.com>2016-10-08 11:24:18 -0700
commit732f7df84e8e459adf28f21c29fbc42d8bc59829 (patch)
tree584e5ee4c32287a21923c2fc05734817c6279197 /README.md
parent9214518cb80a72237c2e1b1caf456edd99783622 (diff)
downloadjava-language-server-732f7df84e8e459adf28f21c29fbc42d8bc59829.zip
Add instructions for Android Gradle projects
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d155a2..7e7b1b7 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,18 @@ Then run `gradlew vscode`. This will generate
* `javaconfig.json`
* `build/classpath.txt`
+### Gradle Android build
+
+For Android gradle project, put the above tasks in the `android` method of your `build.gradle`:
+```gradle
+android {
+ ...
+ // add the vscode tasks inside the android method
+ task vscodeClasspathFile {
+ ...
+}
+```
+
## Directory structure
### Java service process