I have an app that uses keyvaluestore. It works perfectly on my Samsung Galaxy Tab, but when the program using keyvaluestore is open in my IDEOS android phone it crashes-doesn't even open. The line that causes the error is "sql1.Initialize(Dir, FileName, True)". Is there a fix for this?
OK nevermind, what happened was that keyvaluestore saves to DirDefaultExternal, which the IDEOS phone does not have a memory card. So I changed the initialization to DirInternal and Now it works!!!