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
Use File Explorer in eclipse. Select Windows => Show View => Other ... => File Explorer.
An another way is pull the file via adb:
adb pull /system/data/data//databases/ /sdcard