Skip to content Skip to sidebar Skip to footer

How To See Sqlite Database In My Chrome / Firefox Browser?

I am Using SQLite database in my Android App. I want to See the database in my chrome or Firefox browser . To See the Database , normally i Open Logcat in android Studio and selec

Solution 1:

There are multiple libs to achieve this

  1. Android-Debug-Database
  2. stetho

please refer link for initialization in your app

Solution 2:

you need to use Stetho library, which will show you your db via ur browser. you can track network request as well. see this here -> Stetho

Solution 3:

You can get the db from

View -> Tools Window -> Device File Explorer

enter image description here

Save this...

Install this and open the file

Post a Comment for "How To See Sqlite Database In My Chrome / Firefox Browser?"