> In android  am using the SDK 1.5  am using the Database concepts to
> create the Sqlite Db file but i don't know where the file is stored.
> any one help me to find that Db file in my system please

/data/data/your.package.here/databases

(where your.package.here is the package that you declare in your
<manifest> element of your AndroidManifest.xml file).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to