I am looking for a best way to maintain development of an app with data in sqlite.
I have one version of my app downloaded from the market and in use, during usage it is gaining data - so I don't want to uninstall it, as I want to perform an update, when the new version will be ready. I want to independently develop next version on the same phone, but I can't deploy app on the phone a) because it's the same app - I can't deploy it like usual from Eclipse - because it's using different certificate, so - is there a way to use my keystore and certificate in normal, automated deploy in Eclipse? b) changing the name of the app isn't enough I can change the package for the application and therefore deploy it next to the old one, but changing package name is quite inconvenient, especially that I will have to switch back before I publish new version... The best way would be to use the same certificate in automated way, and just change name of the app - is that possible? Regards,Tomek -- 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

