Export Sqlite Database on Android using adb (no Android Studio needed)

have you ever wanted to export sqlite database while debugging ? worry no more here is the command :

sudo adb exec-out run-as com.YOURPACKAGE cat databases/db.sqlite3 > out.sqlite3

You'll only receive email when they publish something new.

More from Rifky Adni Putra
All posts