Greeting Everyone,
Can you tell me why the KeyValueStore library is giving this error in the logs when I try to compile my app and how to correct it?
Thanks.
Can you tell me why the KeyValueStore library is giving this error in the logs when I try to compile my app and how to correct it?
B4X:
Unknown type: b4xbitmap<br />Are you missing a library reference?
[IDE message - 4:17:40]
An error occurred.
Error parsing program.
Error description: Unknown type: b4xbitmap
Are you missing a library reference?
Error occurred on line: 124 (KeyValueStore)
Public Sub GetBitmap(Key As String) As B4XBitmap
Thanks.