Today when I export my android application, eclipse told me that “it’s successfully exported” but when I check apk file, it reach only 256kb. I think it’s impossible. Because my sqlite database size is around 15MB. I think SQLite database isn’t attached when I exported.
Is there anyway to solve this problem?
I think resources are compressed when the project is exported? Try zipping the db file and see the resultant file size. It may be that your database compresses to ~100kbs?