Reply To: Is It Possible to View SQLite Database in Android Emulator? Andrew Jackson ~ Modified: 25-Aug-2015 ~ ~ 1 Minute Reading Home › Forums › Is It Possible to View SQLite Database in Android Emulator? › Reply To: Is It Possible to View SQLite Database in Android Emulator? August 25, 2015 at 8:43 am #516 Score: 0 Andrew JacksonModerator Karma: 1 pt No you can’t, However you can use logs to fetch and see the fetched data in logcat or set some value on your textviews or use table layout to see your fetched data. Go