I have an application published in the android market, and now I want to make a new version with changes in the database. The problem is, my version of the app that is already p
Dropping the tables will kill all of your current data. In order to preserve the data, you're going to need to write a custom onUpgrade method to do this. Here's a previous post that discusses this and may give you some ideas on what you need to do: