My Sqlite database icon is not visible in file explorer? -
1.how create sqlite database in eclipse .
2.my sqlite icon invisible in file explorer.
if test this tutorial in android device can't see db file in fileexplorar
for emulator: run in emulator after that
go ddms--->file explorar-->data/data/com.androidhive.androidsqlite/databases/contactsmanager
where contactsmanager
database file
edited:
working emulator or device's file system
ddms provides file explorer tab allows view, copy, , delete files on device. feature useful in examining files created application or if want transfer files , device.
to work emulator or device's file system:
in devices tab, select emulator want view file system for. copy file device, locate file in file explorer , click pull file button. copy file device, click push file button on file explorer tab.
so, have pull file device. download , install sqlitebrowser after installing open sqlitebrowser. drag , drop database file in sqlitebrowser.
Comments
Post a Comment