File.Copy failed

drmover

Member
Licensed User
Longtime User
Hello,

I made a SQL Lite database which is 1.38 MB (1,457,152 bytes).

When I use the File.Copy(File.DirAssets, DatabaseName, File.DirDefaultExternal, DatabaseName) I keep getting the this error: "java.io.IOException" on the emulator (version 2.2, 1 GB free space) and also on my phone.

When the I remove some tables and make the database size smaller it's all working... what should I do to still have the tables (1.38 MB) and use my database?

Thank you,
Elad.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…