Hi,
I tried to execute Erel's KeyValue store example in the below posts
as well as the latest
Also I copied the referenced newer Keyvaluestore library in my extralibraries folder.
However, I am unable to install the APP on my mobile in both the cases..
I tried even in Debug Mode, hoping that some error message might get thrown but there was none..
What could be the problem ?
Please help.
Thanks..
I tried to execute Erel's KeyValue store example in the below posts
[B4X] KVS2 / KeyValueStore 2 - Simple & Powerful Local Datastore
Recommended to use the newer b4xlib: https://www.b4x.com/android/forum/threads/b4x-kvs2-keyvaluestore2-library.120234/
www.b4x.com
as well as the latest
[B4X] KVS - KeyValueStore library
A key / value persistent store. The data is serialized using B4XSerializator and is stored in an internal database. The database can be shared between B4A, B4i and B4J. Using KVS is similar to using a Map. You initialize it once and then you can put or get items with Put, Get or GetDefault...
www.b4x.com
Also I copied the referenced newer Keyvaluestore library in my extralibraries folder.
However, I am unable to install the APP on my mobile in both the cases..
I tried even in Debug Mode, hoping that some error message might get thrown but there was none..
What could be the problem ?
Please help.
Thanks..