Hi,
I'm creating a library and I was succesful in generating the library through SLC.
This is the main (simplified) Java code:
Already when I declare variable of this type
I get:
I'm creating a library and I was succesful in generating the library through SLC.
This is the main (simplified) Java code:
B4X:
@BA.ShortName("FakeSMTP")
@BA.Version(1.0f)
public class FakeSMTP
{
public FakeSMTP() {
}
}
Already when I declare variable of this type
B4X:
Dim fk As FakeSMTP
I get:
B4X:
FakeSMTP() has private access in FakeSMTP