adelphes / android-dev-ext

Android debugging support for VS Code
https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext
MIT License
206 stars 28 forks source link

Java language service does not work #33

Open julianosam opened 5 years ago

julianosam commented 5 years ago

Hey guys. Is there a way to get the Java extension to see the dependencies on my android project? I use VSCode for Java development but for some reason it does not seem to work for Android projects. Thank you

morgan-misty commented 4 years ago

Did you ever resolve this? I was hoping that I could combine this with the Java tools to reduce my dependency on Android Studio, but it isn't working for some reason.

adelphes commented 4 years ago

@morgan-misty As far as i know, the current set of Java language support extensions (red-hat, etc) unfortunately do not support Android development.

The Android debugger extension doesn't have a language server built into it at the moment, but it is something I am planning to work on over the next few days.

morgan-misty commented 4 years ago

Thank you for the update, You've done a great job, and I'm excited watching this come together!