when i want test my app show this issues
B4i Version: 8.90
Parsing code. (0.00s)
Building folders structure. (0.02s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. Error
shell\src\com\altoki\test\b4i_main.java:33: error: constructor RDebug in class RDebug cannot be applied to given types;
new RDebug(args[0], Integer.parseInt(args[1]), Integer.parseInt(args[2]), Integer.parseInt(args[3]));
^
required: String,int,int
found: String,int,int,int
reason: actual and formal argument lists differ in length
1 error
only showing the first 1 errors, of 25 total; use -Xmaxerrs if you would like to see more
javac 14.0.1
B4i Version: 8.90
Parsing code. (0.00s)
Building folders structure. (0.02s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. Error
shell\src\com\altoki\test\b4i_main.java:33: error: constructor RDebug in class RDebug cannot be applied to given types;
new RDebug(args[0], Integer.parseInt(args[1]), Integer.parseInt(args[2]), Integer.parseInt(args[3]));
^
required: String,int,int
found: String,int,int,int
reason: actual and formal argument lists differ in length
1 error
only showing the first 1 errors, of 25 total; use -Xmaxerrs if you would like to see more
javac 14.0.1