For some reason, I have to use the specific version of IDEA based ide.
I met the error while jumping to the tag, which is quite wired, the error message says "java.lang.NoSuchFieldError: Companion".
I locate the problem is occurred while calling FileEditorManagerEx.getInstanceEx() function, so I direct call the inner function instead, then it works.
--- git log below ---
avoid 'java.lang.NoSuchFieldError: Companion' error on lower version IDEA ide such as DevEco Studio, which related to FileEditorManagerEx.getInstanceEx() companion
For some reason, I have to use the specific version of IDEA based ide.
I met the error while jumping to the tag, which is quite wired, the error message says "java.lang.NoSuchFieldError: Companion".
I locate the problem is occurred while calling
FileEditorManagerEx.getInstanceEx()
function, so I direct call the inner function instead, then it works.--- git log below ---
avoid 'java.lang.NoSuchFieldError: Companion' error on lower version IDEA ide such as DevEco Studio, which related to
FileEditorManagerEx.getInstanceEx()
companionRelated issues: #434, #438, #435, etc.