开发者

Import SQLite database into Android emulator

开发者 https://www.devze.com 2023-01-28 18:34 出处:网络
I\'ve made an android application which needs to connect to a database. I\'ve done making the database. Now my application is not working properly. My question is how can I import my created d开发者_运

I've made an android application which needs to connect to a database. I've done making the database. Now my application is not working properly. My question is how can I import my created d开发者_运维技巧atabase into my android application that is running in 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/

0

精彩评论

暂无评论...
验证码 换一张
取 消