I wrote a mobile application ( AIR ) which storing some strings into a SqlLite database.
It is external database file, which shall reside in a sub folder of the main application folder.
So far everything works flawless while debugging on the PC, but when i am exporting the application into .APK file the result package does not contain the database, neither the database folder.
- how to add the database folder and the database file into the result android package ?
In Flash Builder, when exporting a release build; switch over to the “Package Contents” tab and select your database file / database directory in the “Package Contents.”