I've created a database named test.db4o with some data. I need to use that database, already with some data into an android application. I'm copying the database's file to sdcard but when i try to retrieve the data it returns nothing... like a brand new database... if i copy the database to another java application it works fine... but when i copy it into android it doesn't work...
Someone know how to make it works?