Please, can you explain me this?
Code:
Parsing code. 0.03
Compiling code. 0.08
Compiling layouts code. 0.00
Generating R file. 0.09
Compiling generated Java code. Error
javac 1.8.0_60
src\it\android\imgspa\and_StampeIMG\cformdb.java:28: error: cannot find symbol
public b4a.example.cpk _cpk = null;
^
symbol: class cpk
location: package b4a.example
1 error
"Cpk" is a code module inside a library named "iController" with package name "b4a.example"
If I delete the "Cpk" module, I have the same error but with another code module name
Code:
Parsing code. 0.03
Compiling code. 0.08
Compiling layouts code. 0.00
Generating R file. 0.09
Compiling generated Java code. Error
javac 1.8.0_60
src\it\android\imgspa\and_StampeIMG\cformdb.java:28: error: cannot find symbol
public b4a.example.cpk _cpk = null;
^
symbol: class cpk
location: package b4a.example
1 error
"Cpk" is a code module inside a library named "iController" with package name "b4a.example"
If I delete the "Cpk" module, I have the same error but with another code module name