Thanks for response. I am trying but I don't success. What I do is: -Open eclipse, set a break point inside onUpgrade event -Run emulator. -In a windows prompt I type: adb emu install muPackage.apk
It runs, and it stop in the constructor but not in onUpgrade event, what am I missing? On Oct 17, 6:53 pm, Kumar Bibek <[email protected]> wrote: > You can do it thru adb install command > > On Sun, Oct 17, 2010 at 10:15 PM, [email protected] < > > > > > > [email protected]> wrote: > > How to install the new apk over the older version? > > > On Oct 17, 6:34 pm, Kumar Bibek <[email protected]> wrote: > > > You just need to increment the database version number. Install the new > > apk > > > over the older version. It will be called just once. > > > > On Sun, Oct 17, 2010 at 10:02 PM, [email protected] < > > > > [email protected]> wrote: > > > > Hi, how can I emulate an onUpgrade call for my SQLiteOpenHelper class? > > > > I have tried changing the version number in my SQLiteOpenHelper class > > > > and versionCode in manifest but onUpgrade is not called. > > > > Any idea? I need to check my onUpgrade code before upload it to the > > > > market, I don't want my app's users get a buggy upgrade. > > > > > Thanks in advance. > > > > > -- > > > > 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]<android-developers%2Bunsubs > > > > [email protected]><android-developers%2Bunsubs > > [email protected]> > > > > For more options, visit this group at > > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com > > > -- > > 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]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com -- 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

