Hello everybody,
I followed @Erel tutorial to create a b4a library. So I compiled it properly in Eclipse with the Doclet downloaded from the B4X site as recommended. I copied the resulting .jar and .xml files to the Additional Libraries subfolder of b4a program folder. I referred to the library from Library tab. Then I defined
a class instance as the (ShortName) in Java File and tried to use one of its methods (methodname).
When I run the app in b4a IDE I get the following error:
"Symbol not found"
with a preceding underscore added to the defined name ( _x.methodname ) which I don't know where from it came.
I am grateful to anybody who can explain this.
Regards.
I followed @Erel tutorial to create a b4a library. So I compiled it properly in Eclipse with the Doclet downloaded from the B4X site as recommended. I copied the resulting .jar and .xml files to the Additional Libraries subfolder of b4a program folder. I referred to the library from Library tab. Then I defined
B4X:
Private x as classname
When I run the app in b4a IDE I get the following error:
"Symbol not found"
with a preceding underscore added to the defined name ( _x.methodname ) which I don't know where from it came.
I am grateful to anybody who can explain this.
Regards.