On Fri, Feb 25, 2011 at 8:22 AM, Robert <rmsz...@gmail.com> wrote:
> Ok so there is no option to get there?? That's really strange.

It is there for security reasons.

> So is there any option to see SQLite database file of my application??

On the emulator, you can access the /data partition through DDMS.

Beyond that, implement a backup/restore feature in your app that
copies your database file to external storage, then access it via
mounting external storage on your development machine. Make sure your
SQLiteDatabase and SQLiteOpenHelper objects are closed first.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
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