I am developing an app and I know my database *.db will appear in data/data/com.****.***
*.db
data/data/com.****.***
I can access this file from AVD in Eclipse with he
you can copy this db file to somewhere in eclipse explorer (eg:sdcard or PC),and you can use sqlite to access and update this db file .