B4J Question [SOLVED] Java compiler error after adding XUIViews

MegatenFreak

Active Member
Licensed User
Hi. Once I add XUI Views to my project's libraries, I get this error during Java compilation even when I'm not using that library at all:
(the 'v' string list is because it's obfuscated. The error persists in normal compilation as well)

javac 1.8.0_271
src\b4j\azhman\b4xcolortemplate.java:786: error: cannot find symbol
ResumableSub_Show rsub = new ResumableSub_Show(this,parent._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv2);
^
symbol: variable parent
location: class b4xcolortemplate

What is the problem?
thanks in advance.
 
Last edited:
Top