Archana wrote: > I have one database(.sqlite extension) file with 147 mb, > Is it possible to include that file in my app.?
Not really. Some devices do not have 147MB of app storage available. I would keep your APK size down to a few MB if you are trying to distribute it via the Android Market, AndAppStore, etc. That may mean downloading the database yourself from the Web and storing it on the SD card. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

