Hello,
I used "Compile to library" to create a personal library that contains 5 different code modules and a service module.
The compilation it's ok, but if I use this library named "bsUtils" (package name: simone.b.bsUtils), I've got this error:
Please, help
I used "Compile to library" to create a personal library that contains 5 different code modules and a service module.
The compilation it's ok, but if I use this library named "bsUtils" (package name: simone.b.bsUtils), I've got this error:
B4X:
Parsing code. 0.02
Running custom action. 0.03
Compiling code. 0.05
Compiling layouts code. 0.05
Generating R file. 0.06
Compiling generated Java code. Error
javac 1.7.0_75
src\simone\b\fortitudovedelago\bsfortitudovedelago.java:14: error: package simone.b.bsUtils does not exist
public simone.b.bsUtils.bsconnection _bsconnection = null;
^
1 error
Please, help