Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install TFS plugin in Android studio

i Downloaded TFS plugin from below URL and add it my Android Studio. But when i am trying to open it is showing in RED colour. Please help me out how to resolve this.

http://plugins.jetbrains.com/plugin/4578?pr=phpStorm&showAllUpdates=true

enter image description here

enter image description here

like image 792
Santhi Bharath Avatar asked Feb 24 '15 10:02

Santhi Bharath


3 Answers

TFS Integration is only supported in Intellij Idea Ultimate Edition while Android Studio is based on code of Intellij Idea Community Edition so it can't support TFS integration. Why Google will supply anything for free which is being sold by Jetbrains. See Version Control and Features Comparison pages.

Update

If you are not already aware, checkout Team Foundation Server - Version Control Integration. An under-development and open source alternative.
Visual Studio Team Services plugin by Microsoft is also available now. See installation instructions.

like image 88
Mohit Avatar answered Oct 02 '22 04:10

Mohit


The Official Version of TFS plugin is available in Android Studio Plugin Repository. Installation instructions are available at Visual Studio Team Services Plugin for Android Studio.

The Team Services plugin for Android Studio is available in the Android Studio Plugin Repository. The plugin can be installed from Android Studio by browsing the Plugin Repository.

  1. In Android Studio, open plugin settings:

    • Linux: from the File menu, select Settings... then Plugins
    • Mac: from the Android Studio menu, select Preferences... then Plugins
    • Windows: from the File menu, select Settings... then Plugins
  2. Click the Browse repositories... button and search for "Visual Studio Team Services".

  3. Click the Install plugin button and restart Android Studio.
like image 22
sJy Avatar answered Oct 02 '22 04:10

sJy


A workaround is to use GitTF or Git TFS Android Studio will work with Git and then you will need to do push and pulls using command line. Which can be totally worth it

like image 20
N Jay Avatar answered Oct 02 '22 03:10

N Jay