Import SQLite database into Android emulator Import SQLite database into Android emulator sqlite sqlite

Import SQLite database into Android emulator


You could use adb push on the command line or DDMS import/export via eclispe to put the db on to your emulator

Here's a more details step by step: http://www.boringmonday.com/jc/2010/11/22/sqlite-database-on-your-android-emulator/