I would like to know how version control of Android applications is performed when creating applications using Eclipse.
Now I have finished my first working application and would like to develop it further. But I do not want to mess with the working application code until the improved application is operational. Now I can open a new project and copy / paste all the resources of the + code, but it will have a different package name (due to duplication of variables), and since I know that one Market application should be within the same package.
How is this done and what tools are needed?
source
share