>
I keep replying to this conversation but somehow my replies get
deleted. This is the THIRD time am replying, I am doing a "reply to
author" to se if that works better. I have also had new conversation
disappear without a trace. Mentioned it to Elliot. He said it seemed
weird. Any ideas?
Anyhow, I have taken to logging my
posts to a notepad just in case this happens. First post was long and
detailed. Second post was shorter. This one will be really short.
From my reading: I'd like you to check my logic.
1)
I thought the debug + adb install -r bin/*.apk was an update. It is an
install. This explains files and jsonstores becoming inaccessible when
iterating compiles.
2) Private is a filesystem.
androidstorage4kivy is built on Private. Jsonstore is on private. I can
expect any of these to become inaccessible when compiling new version in
development.
3) My conclusion is that during development I should only use androidstorage4kivy Shared.
Is this correct?
3) 'should' I can't say,
'could' yes,
'must' no.