I'm working on creating a cross platform version InputMap and when testing it (to see if it displays the map properly), B4J says that "InsertMap (YourMap As Map)" expects an Array which is wrong. This only occurs when the module is compiled as a library and it doesn't matter which JDK I use to compile it. (When used as a module it works perfectly.) Project is attached.
Project is attached.
B4X:
B4J Version: 6.80
Parsing code. (0.01s)
Building folders structure. (0.00s)
Compiling code. Error
Error compiling program.
Error description: Array expected.
Error occurred on line: 31
MID.InsertMap(Options)
Word: (
Project is attached.