As we know that for vb.net , to backup & link project visual source safe
are available开发者_开发知识库 but i havent idea about android. i need same thing for android, from where we can save & get project work
Update:
Strongly recommend that you look carefully as Subversion and Git to fill the role that source safe currently has for you. Eclipse is very well integrated to both of these two systems.
These modern source control systems are probably more complex than you are accustomed to using but you will find the learning curve fairly flat after initial set up and the benefits (even for a small project) become clear very quickly.
Stack overflow thread on GIT and Eclipse.
You can use CVS, Subversion, ...
If you want to use VSS with Eclipse, you can download this plugin.
精彩评论