I am using a Sqlite database, and it crashes but only the first time it is run after it installs.
It is based off of Biff MaGriff's post here
It crashes right when I am trying to create the db, giving me a FileNotFoundException, so it has got to be the copyDataBase() portion
InputStream myInput = dbhContext.getAssets().open(DATABASE_NAME);
However, after it crashes, I just open it up and the database is there and running, I just don't understand why it crashes while it creates the db.