- connect your device to pc
- open command prompt in
/sdk-directory/tools
- type
adb pull /data/data/com.example.app/databases/database.db
where com.example.app is your application package name and database.db is the database file
that's in case your device is rooted, if not try following
https://stackoverflow.com/a/8433520/1300995