Reputation: 323
Recently our R&D team started using TFS. This resulted in migration from SVN to TFS Source Control. I have managed to find two Android Studio plugins for TFS support.
The first one is Team Foundation Git plugin, this plugin sadly supports only TFS Git.
Then there is Team Foundation Server - Version Control Integration which seems like the right candidate but is still very unstable, and crashes in my instance (I am unable to do any check-in or updates).
Is there any other way to work with TFS Source Control within the Android Studio?
Upvotes: 0
Views: 411
Reputation: 31023
There is already a UserVoice for adding TFVC to this plugin at website below, you can vote it. Microsoft Product Team will evaluate it carefully:
The existing plugin only enables working with Git repositories (clone, import, push and create pull requests), on VSTS and TFS 2015.
Upvotes: 1