Mark Wyszomierski wrote: > I have some external sqlite files I'd like to include with my app. It > looks like I can add them to the /assets folder, then read them from > there? Is the /assets folder the appropriate location for them?
assets/ is a fine spot for packaging them, but I don't think you can read them from there. I suspect you will need to copy them out of the APK into a regular file somewhere, then use that copy. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android_ from Apress Now Available! -- 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

