Hi All, I am just starting with Android development. I am looking to port one of my iPhone apps to Android as a project to get going. I have an exiting database that I would like to use. So I have subclassed SQLiteOpenHelper and I open the database for writing then close it this should create the database, then I copy the database I have from my assts directory over the freshly created database file.
It turns out my directory /data/data/com.mycompany.MyApplication/ databases does not exist. Ok so I try to crate it with File.mkdirs() and it laughs at me and does not create the directory. If anyone has had an issue like this I would love to hear how it was solved. The phone I am using is a HTC Desire running Android 2.1 update 1. Regards Damien -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

