It should be stored in data/data/<package>/databases/ If you have a database already prepared that you want to use, you can store it in the assets folder of your project and copy it across to the necessary folder at run time (assuming you want read/write access to it)
On Thu, Feb 17, 2011 at 4:52 AM, smruti panda <[email protected]>wrote: > hi, > i'm new to android. > would anyone tell me how to set the path of the database file i'm > using. > i'm unable to find the data/data/<package>/datbases directory . > i'm using linux. > what would be the appropriate command to find the above directory to > store the database file. > i tried to run the adb shell. > its of no use till now. > > > -- > 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 -- 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

