android - How can I find my SQLite database file on my computer? -


i implemented first app using xamarin studio (mono android). app stores data in sqlite db, works fine on sony tablet s device.

my question is: there way db file , see, example, size?

i looked following path

/data/data/my-application-package-name/databases/my-database-name 

but doesn't seem exist.

thanks help!

you can use eclipse go right using sqlite manager plug-in (http://www.coderzheaven.com/2011/04/18/sqlitemanager-plugin-for-eclipse/)

  • download *.jar file website reference above "dropins" folder in eclipse (open eclipse folder , should see it)
  • then restart eclipse , go ddms. may have windows->views-ddms if isn't being displayed...
  • select device left panel use file explorer go data
    directory/yourapp/databases. there icon that
    shows when select database. if not, rename database use "db" ext.
  • click , should open in manager tab.

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -