Open huige007 opened 9 months ago
@huige007 Could you attach your .classpath and pom.xml/build.gradle if exist?
Hi @snjeza , currently I only can provide content of .classpath, I don't find pom.xml or build.gradle. This .classpath file is generated by command "aidegen -i e -n -s -l j packages/services/Car" in AOSP. <?xml version="1.0" encoding="UTF-8"?>
[provide a description of the issue]
Environment
Steps To Reproduce
Since this project code is confidential, so I can not provide any logs or source code. [Please attach a sample project reproducing the error] Please attach logs
Current Result
Expected Result
Additional Informations
if I set java.jdt.ls.java.home to jdk8, the issue disappeared. I have already searched other similar issues in jdt.ls github web site, it seems that this issue has been fixed, but on myside issue still exist. Also I get another issue "The declared package "com.android.car.camera.dvr" does not match the expected package "src.com.android.car.camera.dvr", is there any way to disable this notification?
If I use andriod stutio, all above issues disappeared. I want to use vscode,remote-ssh,redhat.java stronglly because it's very convenience for me.