Skip to main content
Inspiring
August 24, 2011
Question

Air for Android SQLite

  • August 24, 2011
  • 1 reply
  • 774 views

I have built an app that uses SQLite to save info to.  However, when I load a new version of the app, the database now shows empty.  When I used shared objects on another project, the info persisted from version to version but now it seems to get blown away.  When I install the new version, the android installer says 'All previous user data will be saved' but it doesn't seem to find it.  Thoughts?

This topic has been closed for replies.

1 reply

mola2alexAuthor
Inspiring
August 24, 2011

Figured it out, needed to save to the appstorage directory, I was saving to the app directory (app cache).