How to install android app in eclipse?

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?

+3
source share
4 answers

. , Git Subversion . , VCS (Git, Subversion ..), .

. , . Eclipse. , eclipse , eclipse / . , , - .

, . , , . .

+5

. Google , ( ). , SVN- .

, , SVN-.

+1

Eclipse Subclipse Subversion. .

+1

Here's the link, the Androids website accepts Git as a standard subversion system, with Repo and Gerrit as Git-based helper tools.

http://source.android.com/source/version-control.html

+1
source

All Articles