Azure DevOps Services Plugin for Android Studio
TFS 2018 | TFS 2017 | TFS 2015
The Azure DevOps Services Plugin for Android Studio allows you to connect to your Git repositories on Azure DevOps Services and Team Foundation Server (TFS) in a seamless and intuitive way. You can also use this plugin to import your android development projects into Azure DevOps Services or create pull requests in your Azure DevOps Services/TFS Git repository.
The plugin is compatible with Android Studio 1.2 and up
.
Android Studio is the official IDE for Android app development, based on IntelliJ IDEA. You can find out more about it at https://developer.android.com/tools/studio/index.html.
The Azure DevOps 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.
In Android Studio, open plugin settings:
- Linux: from the
File
menu, selectSettings...
thenPlugins
- Mac: from the
Android Studio
menu, selectPreferences...
thenPlugins
- Windows: from the
File
menu, selectSettings...
thenPlugins
- Linux: from the
Click the
Browse repositories...
button and search for "Visual Studio Team Services".Click the
Install plugin
button and restart Android Studio.You can also download the plugin to disk from the Android Studio Plugin Repository and install the downloaded JAR file.
In Android Studio, open plugin settings:
- Linux: from the
File
menu, selectSettings...
thenPlugins
- Mac: from the
Android Studio
menu, selectPreferences...
thenPlugins
- Windows: from the
File
menu, selectSettings...
thenPlugins
- Linux: from the
Click the
Install plugin from disk...
button and browse to the JAR file on disk.Click the
Install plugin
button and restart Android Studio.
Next Steps
- Learn more about the Android Studio plugin by reading Create a Git repo with IntelliJ or Android Studio.
Frequently Asked Questions (FAQ)
Q: What versions of Android Studio are supported?
A: The plugin is supported and tested on Android Studio version 1.2 and later
Q: Is there support for TFVC repositories?
A: The plugin supports both Git and TFVC. For more information on TFVC support, see the TFVC specific features listed here.
Q: Is the source code for the plugin available?
A: The source code is available on GitHub. It is open sourced under the MIT license and we welcome contributions.