Hello,
I upgraded my application to use the new KeyValueStore.b4xlib. I was previously using kvs2.
I get this error now:
I've also updated b4j, and using the newest JDK 14, but I can't figure out how to solve this. Also I'm not sure how to edit or look into b4xlib files?
I upgraded my application to use the new KeyValueStore.b4xlib. I was previously using kvs2.
I get this error now:
B4X:
B4J Version: 9.80
Parsing code. (0.51s)
Java Version: 14
Building folders structure. (0.08s)
Compiling code. (0.70s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
B4J line: 87
End Sub
Picked up _JAVA_OPTIONS: -Xms1024m -Xmx2048m
src\com\xxxx\xxxxx\keyvaluestore.java:282: error: cannot find symbol
{return ((anywheresoftware.b4a.keywords.Common.ResumableSubWrapper) Debug.delegate(ba, "getmapasync", new Object[] {parent._keys}));}
^
symbol: variable parent
location: class keyvaluestore
I've also updated b4j, and using the newest JDK 14, but I can't figure out how to solve this. Also I'm not sure how to edit or look into b4xlib files?