Sqlite existent Db in localhost

How to test in local a Db existent ?
I am developing an app, and a big db with many tables and rows.
I need to test in localhost, cause otherwise i have to compile every time with eclipse.
I used yes the chrome possibility to create databases, but i need to open with the browser the db already created.
Someone has a solution ?
Or Can i Upload the assets files in Androids wihtout any time compiling?
Please not reply me to create the db on fly cause are many tables and rows…
Thanks