Android Programming The Big Nerd Ranch Guide by Bill Phillips, Chris Stewart, Kristin Marsicano (z-lib.org)

(gtxtreme123) #1

Chapter 14  SQLite Databases


Exploring files using Android Device Monitor


Once you have an emulator running API 23 or earlier, pull up the Android Device Monitor. Select
Tools → Android → Android Device Monitor from the main menu.


If you see a dialog that asks to disable ADB integration, click Yes (Figure 14.3).


Figure 14.3  Disabling ADB integration


When the Android Device Monitor screen appears, click on the File Explorer tab. To see the database
files CriminalIntent created, look in /data/data/com.bignerdranch.android.criminalintent/
databases/ (Figure 14.4).


Figure 14.4  Your database

Free download pdf