completion not working for android projects
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"
]
}

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