Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Air for Android SQLite

Contributor ,
Aug 24, 2011 Aug 24, 2011

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?

TOPICS
Development
752
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 24, 2011 Aug 24, 2011
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines