Possible Duplicate:
How to use existing database with Android App
A buddy and I are trying to figure this problem out. He created a database in SQLite and we are trying to figure out how to basically get that database into a android app we created without having to create one from scratch within eclipse. I watched tutorial videos on how to create a DB from scratch but since he already made one how would it be possible to import it? Also anyone know of any good tutorials on SQLite + eclipse? Thanks :)