I have one database, that i make in the command line, by the sqlite3 command, so i try to copy this db to my application, using the ddms, on file explorer, and copying the archive to the folder 'databases', but the problem is that my app doesnt have the 'database' folder.
So, how do i copy one existing database to my application?

