I have an SQLite databese which succesfully imports/exports by my app to my oldie Samsung Galaxy S (i can see the file from my computer).
But when i try same with samsung tablet (GT-P7500) it gives me an error:
java.io.filenotfoundexception: /mnt/sdcard/Android/data/package...: open failed, no such file or directory.
I am using import export function from here(the second answer): Simple export and import of a SQLite database on Android
So what is wrong, (a gave permisions of reading and writing in manifest)