Monday, July 16, 2012

Re: [android-developers] File location of database file by using SQLiteDatabase

These are under /data/db/packagename or something similar. You cannot access to database files straightforward on a real device if it is not chrooted.

On Jul 16, 2012 2:53 PM, "Alok Yadav" <er.alok2@gmail.com> wrote:
Hi All,

In SQLiteDatabase, Table and its rows and columns are saved in a file.

i want to know the location that database file in which inserted new record
and updated new record saved.

Pls suggest me the location of that file as i want to see my data in that file.
1) If i am using my app in Emulator.
2) If i am using my app in Android mobile where   i have only .apk file of my app.

Thanks.

--
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+unsubscribe@googlegroups.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment