I have a program that fails to start. When I remove this line of code from the startup it starts with out error... db = SQLiteDatabase.openOrCreateDatabase(data, cf);
data is a file that has been made, I have tried multiple locations none worked. cf is a cursorfactory. This worked perfectly before version 1.0 and also when put in a try/catch statement still errors out. It is the process has stopped unexpectedly error. Any thoughts as to what permissions I could give the app to make this work? Am I heading in the wrong direction? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---