Re: [android-developers] IllegalStateException: database not open

2011-02-20 Thread Kostya Vasilyev
Have you tried uninstalling both applications? For example, "adb uninstall your.package.name"? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 16.02.2011 5:37 пользователь "javaxmlsoapdev" написал: > I had an existing working application which was creating a database > using SQLite helper/cod

[android-developers] IllegalStateException: database not open

2011-02-15 Thread javaxmlsoapdev
I had an existing working application which was creating a database using SQLite helper/code. In another application, which I am developing I copied app1's DBHelper code and honestly forgetting to rename the database name in the DBHelper, which I copied from app1 code. Now I keep getting following