I changed my database schema on my application to include an additional column in one of the tables. I did this in the onUpgrade method in the DBHelper.
Then I tried exporting my signed application and reinstalling it using the 'adb install -r <app>.apk' command to try and 'simulate' an application upgrade, but onUpgrade never gets called. Is there a command that I can use to try and duplicate the behavior of an application upgrade? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

