[android-developers] How to install several versions of activity from one Eclipse project?

2011-07-08 Thread Anna
Hello all! I need your advise. I'm writing an application in Eclipse. Every time, when I run the activity from Eclipse, it is reinstalling. Question is: Is it possible to preserve previous versions of activity in device? Or do I need to create the new project each version of activity? Thank you

Re: [android-developers] How to install several versions of activity from one Eclipse project?

2011-07-08 Thread Raghav Sood
If you want to preserve different versions you will have to change the package name for each version. On Thu, Jul 7, 2011 at 7:08 PM, Anna anna.be...@gmail.com wrote: Hello all! I need your advise. I'm writing an application in Eclipse. Every time, when I run the activity from Eclipse, it is

Re: [android-developers] How to install several versions of activity from one Eclipse project?

2011-07-08 Thread TreKing
On Fri, Jul 8, 2011 at 4:58 AM, Raghav Sood raghavs...@gmail.com wrote: If you want to preserve different versions you will have to change the package name for each version. Yeah, if you want different versions installed side-by-side, you need unique package names. If you simply want to