Android – Need to use Team Foundation client in Android Studio probable alternatives/workarounds

androidandroid-studiotfs

I have a scenario wherein. I need to use android studio as IDE and Team foundation Server as source control repository.

The problem is there is no plugin for TFS in android studio.
And there is no standalone client for TFS(Windows)

I tried using Tortoise SVN with SvnBridge to connect to TFS. But it does not work.It seems there is a bug in SVNBridge.

Any suggestions, how to get this working?

Thanks

Best Answer

Answering my own question:

There is no possible way to use TFS with android studio. We have to wait for AS 1.0 release. Then they might migrate all features of Intellij to AS. And then it might have TFS support.Still no confirmation.

Related Topic