Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
gayanvirajith / android-sqlite-database.md
Last active June 13, 2020 06:54
Connect to Sqlite3 via Android ADB Shell

Connect to Sqlite3 via ADB Shell

Enter the command adb devices to get the list of your devices: ~/Android/Sdk/platform-tools/adb devices

Connect a shell to your device: ~/Android/Sdk/platform-tools/adb -s emulator-5584 shell

Navigate to the folder containing your db file: cd data/data//databases/