Profile picture of Liam Moat

Liam Moat

Principal Software Engineer at Microsoft

SQLite

Page 1 of 1. See all tags.

Pull an SQLite database file from an Android device for debugging

By Liam Moat.

SQLite is the default database used for local storage across most mobile operating systems. Many cross-platform frameworks offer first class support for SQLite too, including the Ionic Framework and Azure Mobile App Service. I often find it useful to get access to the SQLite database to aid development, testing and debugging. Mostly for my own future reference, this is a quick guide to pull an SQLite database from an Android device and then open it using SQLite Database Browser. While these steps are written for Windows they are mostly the same from macOS.