Android Question Error when using xml2map (cannot find symbol)

I've added then xml2map library and want to us it.

However when adding
B4X:
 dim xm as xml2map

we encounter the following error when compiling.
Any ideas?


B4X:
Generating R file.    (0.40s)
Compileren gegenereerde Java code.    Error
src\WMSscan\jds\android\map2xml.java:27: error: cannot find symbol
public com.jamesmurty.utils.XMLBuilder _builder = null;
          ^
  symbol:   class jamesmurty
  location: class com
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 
see below.

B4X:
B4A Versie: 10.2
Java Versie: 11
Controleren code.    (0.40s)
Building folders structure.    (0.07s)
Compileren code.    (1.47s)
Compileren weergaven code.    (0.09s)
Bibliotheken organiseren.    (0.00s)
    (AndroidX SDK)
Generating R file.    (0.00s)
Compileren foutopsporing code.    (7.86s)
Compileren gegenereerde Java code.    Error
src\WMSscan\jds\android\map2xml.java:34: error: cannot find symbol
public com.jamesmurty.utils.XMLBuilder _builder = null;
          ^
  symbol:   class jamesmurty
  location: class com
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

javac 11.0.1
 
Upvote 0
Yes, I've added the standard xml2map (version 1.00) and XMLBuilder (Version 1.00) both from the libraries tab. These are not custom libraries if that is what you mean
 
Upvote 0
Top