diff options
author | orionlee <orionlee@yahoo.com> | 2016-10-08 11:29:01 -0700 |
---|---|---|
committer | orionlee <orionlee@yahoo.com> | 2016-10-08 11:29:01 -0700 |
commit | a7fe43ff1ad37db4013b5e9eacae094aa3a304bd (patch) | |
tree | ac028757186e810eb21245ffabd646382c768211 /README.md | |
parent | 732f7df84e8e459adf28f21c29fbc42d8bc59829 (diff) | |
download | java-language-server-a7fe43ff1ad37db4013b5e9eacae094aa3a304bd.zip |
android gradle project instruction.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -176,6 +176,8 @@ android { } ``` +Currently, the generated `classpath.txt` does not contain android platform library, e.g., `/opt/android-sdk-linux/platforms/android-23/android.jar`. You would need to add it manually. See issue #23. + ## Directory structure ### Java service process |