java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

completion not working for android projects

Open zam101 opened this issue 5 years ago • 1 comments

Hi! i am trying to setup this plugin for android/gradle project using vim on linux but I can't seem to get it to properly give me completions in a simple helloworld Android project while it works well for simple java files it look like a class-path problem (i am getting an error "package android.os does not exist"), there is already similar issues about it (issue #64 and issue #23) and it seems its working properly for some people . is it a bug or an incorrect configuration from my side ? i have only added this lines to setttings.json : { "java.classPath": [ "path/to/android/platform/android.jar" ] } 1

zam101 avatar Dec 02 '20 01:12 zam101

Try using ALE and vim-android.

Disclaimer: I maintain vim-android (when I have time) and help with ale.

hsanson avatar Aug 29 '21 02:08 hsanson